- function bx_do_text_config_interface() is not used by the WX gui, so we don't

need #if BX_WITH_WX here
This commit is contained in:
Volker Ruppert 2002-07-14 11:42:51 +00:00
parent 43f7efce45
commit 2e2e8efd68

View File

@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////
// $Id: main.cc,v 1.103 2002-06-28 14:03:47 cbothamy Exp $ // $Id: main.cc,v 1.104 2002-07-14 11:42:51 vruppert Exp $
///////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////
// //
// Copyright (C) 2001 MandrakeSoft S.A. // Copyright (C) 2001 MandrakeSoft S.A.
@ -1109,10 +1109,7 @@ bx_do_text_config_interface (int argc, char *argv[])
} }
// Display the pre-simulation control panel. // Display the pre-simulation control panel.
SIM->set_enabled (1); SIM->set_enabled (1);
#if !BX_WITH_WX
// unless wxwindows interface in use, show the control panel now
bx_control_panel (BX_CPANEL_START_MENU); bx_control_panel (BX_CPANEL_START_MENU);
#endif
} }
} }