r394: no message
[ctsim.git] / tools / ctsimtext.cpp
index 76596b6f41c2b1f032b848157b5f7cae8afbf6d1..51f76f3650382f222ad5e8ac194511b80967c311 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: ctsimtext.cpp,v 1.13 2001/01/13 05:06:18 kevin Exp $
+**  $Id: ctsimtext.cpp,v 1.14 2001/01/13 05:15:44 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
@@ -45,7 +45,7 @@ extern "C" {
 // If linked to ctsimtext, but executed as another name, eg pjrec, then program will use that
 // linked name as name of function.
 
-static const char* const g_szIdStr = "$Id: ctsimtext.cpp,v 1.13 2001/01/13 05:06:18 kevin Exp $";
+static const char* const g_szIdStr = "$Id: ctsimtext.cpp,v 1.14 2001/01/13 05:15:44 kevin Exp $";
 static const char* const s_szProgramName = "ctsimtext";
 static const char* const s_szProgramName2 = "ctsimtext.exe";
 
@@ -273,11 +273,3 @@ main (int argc, char* argv[])
   return (retval);
 }
 
-
-// Hack to fix linking problems when not linking with wxWindows and CTSim GUI routines
-#ifdef MSVC
-unsigned long
-wxDialog::OnCtlColor(unsigned long a,unsigned long b,unsigned int c,unsigned int d,unsigned int e,long f)
-{return 0;}
-#endif
-