Remove some code which was rendered obsolete by md5's commit r33610
svn-id: r33617
This commit is contained in:
parent
2f2a4f03d0
commit
4900a3e96e
2 changed files with 0 additions and 17 deletions
|
@ -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) {
|
static Uint32 timer_handler(Uint32 interval, void *param) {
|
||||||
((DefaultTimerManager *)param)->handler();
|
((DefaultTimerManager *)param)->handler();
|
||||||
return interval;
|
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"
|
#include "backends/platform/iphone/osys_iphone.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(WIN32)
|
|
||||||
#include <windows.h>
|
|
||||||
// winnt.h defines ARRAYSIZE, but we want our own one...
|
|
||||||
#undef ARRAYSIZE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#if defined(UNIX)
|
#if defined(UNIX)
|
||||||
#define DEFAULT_CONFIG_FILE ".scummvmrc"
|
#define DEFAULT_CONFIG_FILE ".scummvmrc"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue