From 4b4136d922a2e1c635399584bbcc0591f5d6306f Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Wed, 23 Jun 2010 17:52:07 +0000 Subject: [PATCH] - removed printf statements that corrupted menu painting in linux --- source/glest_map_editor/main.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/source/glest_map_editor/main.cpp b/source/glest_map_editor/main.cpp index c939fada..a1a39a82 100755 --- a/source/glest_map_editor/main.cpp +++ b/source/glest_map_editor/main.cpp @@ -15,7 +15,6 @@ #include "icons.h" #include "platform_common.h" #include -#include "math_wrapper.h" using namespace Shared::Util; using namespace Shared::PlatformCommon; @@ -967,14 +966,6 @@ void SimpleDialog::show() { // =============================================== bool App::OnInit() { -#ifdef USE_STREFLOP - - streflop_init(); - printf("STREFLOP enabled.\n"); -#else - printf("STREFLOP NOT enabled.\n"); -#endif - string fileparam; if(argc==2){ fileparam = wxFNCONV(argv[1]);