r7061: initial property settings
[ctsim.git] / include / ctglobals.h
index 6e9d88f1fe03cda0c3ecb1049bedec4c770b2e13..80a94cd08c1a6c794c90ee78d04c34d828a31458 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: ctglobals.h,v 1.4 2001/01/28 19:10:18 kevin Exp $
+**  $Id$
 **
 **  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 bool g_bRunningWXWindows;   // variable defined in syserror.cpp
-extern CTSimApp* theApp;
-
-#endif
 
 #endif