Browse Source

A debug print statement snuck in there...

Alex Szpakowski 10 years ago
parent
commit
f6bd177f84
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/modules/graphics/opengl/Graphics.cpp

+ 0 - 3
src/modules/graphics/opengl/Graphics.cpp

@@ -38,7 +38,6 @@
 #include <cmath>
 #include <cmath>
 #include <cstdio>
 #include <cstdio>
 
 
-
 namespace love
 namespace love
 {
 {
 namespace graphics
 namespace graphics
@@ -184,8 +183,6 @@ void Graphics::checkSetDefaultFont()
 
 
 		defaultFont.set(newFont(r.get()));
 		defaultFont.set(newFont(r.get()));
 		defaultFont->release();
 		defaultFont->release();
-
-		::printf("created default font\n");
 	}
 	}
 
 
 	states.back().font.set(defaultFont.get());
 	states.back().font.set(defaultFont.get());