mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 17:29:11 +00:00
Remove some code which was rendered obsolete by md5's commit r33610
svn-id: r33617
This commit is contained in:
parent
2f2a4f03d0
commit
4900a3e96e
@ -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;
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user