X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fctglobals.h;h=57aef39632dc25eb7c4c0a31fc8e1b5ca45b37cb;hp=4ba0fd8ce492803c2e21dd5b88d70f441d9cd592;hb=f13a8c004b8f182b42d9e4df2bcd7c7f030bf1ad;hpb=3195acb0c7c6e7a660fe27eb653a0aca56e91024 diff --git a/include/ctglobals.h b/include/ctglobals.h index 4ba0fd8..57aef39 100644 --- a/include/ctglobals.h +++ b/include/ctglobals.h @@ -1,15 +1,13 @@ /***************************************************************************** ** FILE IDENTIFICATION ** -** Name: ctglobals.h -** Purpose: Global variables for CTSim -** Programmer: Kevin Rosenberg -** Date Started: Jan 20001 +** Name: ctglobals.h +** Purpose: Global variables for CTSim +** Programmer: Kevin Rosenberg +** Date Started: Jan 2001 ** ** This is part of the CTSim program -** Copyright (C) 1983-2001 Kevin Rosenberg -** -** $Id: ctglobals.h,v 1.3 2001/01/18 21:30:22 kevin Exp $ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 +27,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