[ion] sdl: remove duplicate definition of waitForVBlank

This commit is contained in:
Émilie Feral
2019-07-12 14:20:01 +02:00
parent 87b54385aa
commit 69a46c2aca

View File

@@ -33,9 +33,6 @@ void pullRect(KDRect r, KDColor * pixels) {
sFrameBuffer.pullRect(r, pixels);
}
void waitForVBlank() {
}
}
}