From b9b38887884fa9ad0b87e648dc16e27cad84d609 Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Sun, 21 Aug 2011 21:13:23 +0200 Subject: [PATCH] Minor fix in comments --- include/SFML/Graphics/Image.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/SFML/Graphics/Image.hpp b/include/SFML/Graphics/Image.hpp index 96e867f5f..ff5830ed4 100644 --- a/include/SFML/Graphics/Image.hpp +++ b/include/SFML/Graphics/Image.hpp @@ -120,8 +120,6 @@ public : /// The supported image formats are bmp, png, tga, jpg, gif, /// psd, hdr and pic. Some format options are not supported, /// like progressive jpeg. - /// The maximum size for an image depends on the graphics - /// driver and can be retrieve with the GetMaximumSize function. /// If this function fails, the image is left unchanged. /// /// \param stream Source stream to read from