Browse Source

Removing a warning after lots of manual testing.

David Piuva 4 years ago
parent
commit
84e4c1d074
1 changed files with 0 additions and 6 deletions
  1. 0 6
      Source/DFPSR/api/imageAPI.h

+ 0 - 6
Source/DFPSR/api/imageAPI.h

@@ -135,12 +135,6 @@ namespace dsr {
 	float image_readPixel_tile(const ImageF32& image, int32_t x, int32_t y);
 	float image_readPixel_tile(const ImageF32& image, int32_t x, int32_t y);
 	ColorRgbaI32 image_readPixel_tile(const ImageRgbaU8& image, int32_t x, int32_t y);
 	ColorRgbaI32 image_readPixel_tile(const ImageRgbaU8& image, int32_t x, int32_t y);
 
 
-
-
-// ------------------------ Below is untested! ------------------------ //
-
-
-
 // Loading and saving
 // Loading and saving
 	OrderedImageRgbaU8 image_load_RgbaU8(const String& filename, bool mustExist = true);
 	OrderedImageRgbaU8 image_load_RgbaU8(const String& filename, bool mustExist = true);
 	bool image_save(const ImageRgbaU8 &image, const String& filename);
 	bool image_save(const ImageRgbaU8 &image, const String& filename);