X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fctglobals.h;h=80a94cd08c1a6c794c90ee78d04c34d828a31458;hp=4c9b7240008d8d478591e50f351fb287a113426b;hb=8a7697ce57b56cdc43698cd1241ad98d49f9b5ac;hpb=67fad72dc873923c43d8eaae1f6a4305dc5fd55e diff --git a/include/ctglobals.h b/include/ctglobals.h index 4c9b724..80a94cd 100644 --- a/include/ctglobals.h +++ b/include/ctglobals.h @@ -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$ ** ** 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 @@ -29,11 +29,6 @@ #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