r1948: *** empty log message ***
[ctsim.git] / include / ctglobals.h
index 4c9b7240008d8d478591e50f351fb287a113426b..461577445013be34784c1531489620140b9c08fb 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: ctglobals.h,v 1.5 2001/11/22 16:43:26 kevin Exp $
+**  $Id: ctglobals.h,v 1.6 2002/05/05 10:54:34 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
 #ifndef __CTGLOBALS_H
 #define __CTGLOBALS_H
 
-#ifdef HAVE_WXWINDOWS
-class CTSimApp;
-extern CTSimApp* theApp;
-#endif
-
 extern bool g_bRunningWXWindows;   // variable defined in syserror.cpp
 
 #endif