X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fctglobals.h;h=461577445013be34784c1531489620140b9c08fb;hp=6e9d88f1fe03cda0c3ecb1049bedec4c770b2e13;hb=512ebbafa4666521b5a8acef939e89dcec6e2643;hpb=9f29c8b32c972db1178d6f8551d5cd57ceb67083 diff --git a/include/ctglobals.h b/include/ctglobals.h index 6e9d88f..4615774 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.4 2001/01/28 19:10:18 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 @@ -29,11 +29,6 @@ #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