diff --git a/ion/src/sdl/shared/display.cpp b/ion/src/sdl/shared/display.cpp index c2461ae8e..b7a5a569b 100644 --- a/ion/src/sdl/shared/display.cpp +++ b/ion/src/sdl/shared/display.cpp @@ -33,9 +33,6 @@ void pullRect(KDRect r, KDColor * pixels) { sFrameBuffer.pullRect(r, pixels); } -void waitForVBlank() { -} - } }