X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Ftimer.h;h=ceefb6da33ffa841b4628c30136001fb730a0006;hb=dca8d386ab6a4e33050b456cff4547d6adfdf249;hp=a86027e00f5ddbbbcb3dee27f178bd217550c8c2;hpb=1a050c98763fbbc0662731b0b76953acede6f5d7;p=ctsim.git diff --git a/include/timer.h b/include/timer.h index a86027e..ceefb6d 100644 --- a/include/timer.h +++ b/include/timer.h @@ -7,9 +7,7 @@ ** Date Started: Sep 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** 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 @@ -28,11 +26,6 @@ #ifndef _TIMER_H #define _TIMER_H -// pragma line required for Fedora 4 and wxWin 2.4.2 -#if defined(__GNUG__) && !defined(__APPLE__) - #pragma implementation "timer.h" -#endif - #ifdef HAVE_CONFIG_H #include "config.h" #endif