diff --git a/src/sys/graphics/objgfx30.cpp b/src/sys/graphics/objgfx30.cpp index 38863e9..dd8a538 100755 --- a/src/sys/graphics/objgfx30.cpp +++ b/src/sys/graphics/objgfx30.cpp @@ -5,13 +5,11 @@ #include "objgfx30.h" #include #include -#include #include #include // TGfx0 constructor TGfx0::TGfx0(void) { - printf("TGfx0()\n"); DataState = og_None; Buffer = NULL; LineOfs = NULL; @@ -833,7 +831,6 @@ bSize = 0; lSize = 0; DataState = og_None; - printf("~TGfx0()\n"); return; } // TGfx0::~TGfx0() @@ -844,7 +841,6 @@ */ TScreen::TScreen(void) { - printf("TScreen()\n"); InGraphics = FALSE; VESARec = NULL; ModeRec = NULL; @@ -852,6 +848,5 @@ } TScreen::~TScreen(void) { - printf("~TScreen()\n"); return; }