Remove some code which was rendered obsolete by md5's commit r33610

svn-id: r33617
This commit is contained in:
Max Horn 2008-08-04 17:46:22 +00:00
parent 2f2a4f03d0
commit 4900a3e96e
2 changed files with 0 additions and 17 deletions

View File

@ -70,17 +70,6 @@
/*
* Include header files needed for getDefaultConfigFileName().
*/
#if defined(WIN32)
#include <windows.h>
// winnt.h defines ARRAYSIZE, but we want our own one...
#undef ARRAYSIZE
#endif
static Uint32 timer_handler(Uint32 interval, void *param) {
((DefaultTimerManager *)param)->handler();
return interval;

View File

@ -145,12 +145,6 @@ FIXME: The config file loading code below needs to be cleaned up.
#include "backends/platform/iphone/osys_iphone.h"
#endif
#if defined(WIN32)
#include <windows.h>
// winnt.h defines ARRAYSIZE, but we want our own one...
#undef ARRAYSIZE
#endif
#if defined(UNIX)
#define DEFAULT_CONFIG_FILE ".scummvmrc"