I've searched the web, but I didn't have any luck with this. I have two pictures in a document, and I would like for one to have a caption, and for the other not to have one.
So far I've only found how to remove the caption, but the 'Figure 1' part will still stay, and I want that to be gone as well, but still to be able to have a caption on the second figure.
Is this possible?

\captioncommand entirely. If yo don't have such a command in your document you might consider to provide a MWE – bloodworks Jan 14 at 11:24\usepackage[labelformat=empty]{caption}– Rico Jan 14 at 11:32hypcapgives an example for a figure without caption using\capstartfalse ...\capstarttrue. – Heiko Oberdiek Jan 14 at 11:58