aboutsummaryrefslogtreecommitdiff
path: root/sdl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sdl.cpp')
-rw-r--r--sdl.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/sdl.cpp b/sdl.cpp
index c66f1bef6a..4a4c6bc17c 100644
--- a/sdl.cpp
+++ b/sdl.cpp
@@ -33,8 +33,6 @@
#include <SDL.h>
#include <SDL_thread.h>
-#define MAX(a,b) (((a)<(b)) ? (b) : (a))
-#define MIN(a,b) (((a)>(b)) ? (b) : (a))
class OSystem_SDL : public OSystem {
public:
@@ -960,7 +958,6 @@ bool OSystem_SDL::poll_event(Event *event) {
quit();
}
}
-
}
bool OSystem_SDL::set_sound_proc(void *param, SoundProc *proc, byte format) {