Browse Source

Forgot to remove the warning in the draw API.

David Piuva 4 years ago
parent
commit
449bd86cfb
1 changed files with 0 additions and 6 deletions
  1. 0 6
      Source/DFPSR/api/drawAPI.h

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

@@ -29,12 +29,6 @@
 
 
 namespace dsr {
 namespace dsr {
 
 
-
-
-// ------------------------ Below is untested! ------------------------ //
-
-
-
 // Drawing shapes
 // Drawing shapes
 	void draw_rectangle(ImageU8& image, const IRect& bound, int color);
 	void draw_rectangle(ImageU8& image, const IRect& bound, int color);
 	void draw_rectangle(ImageF32& image, const IRect& bound, float color);
 	void draw_rectangle(ImageF32& image, const IRect& bound, float color);