- removed printf statements that corrupted menu painting in linux

This commit is contained in:
Mark Vejvoda 2010-06-23 17:52:07 +00:00
parent 6dbb25a0b3
commit 4b4136d922
1 changed files with 0 additions and 9 deletions

View File

@ -15,7 +15,6 @@
#include "icons.h"
#include "platform_common.h"
#include <iostream>
#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<streflop::Simple>();
printf("STREFLOP enabled.\n");
#else
printf("STREFLOP NOT enabled.\n");
#endif
string fileparam;
if(argc==2){
fileparam = wxFNCONV(argv[1]);