From 3b45f4347d60e1ab6ace1115339cd52873379dee Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 14 Jan 2006 23:44:21 +0000 Subject: [PATCH] Remove hack. --- stepmania/src/RageDisplay_OGL.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index f41347eda2..106678dfdd 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -28,10 +28,6 @@ #include #include -#if defined(MACOSX) -#include "archutils/Darwin/Vsync.h" -#endif - #include "RageDisplay.h" #include "RageDisplay_OGL.h" #include "RageDisplay_OGL_Extensions.h"