diff --git a/src/Main.cpp b/src/Main.cpp index 634b1cf8..33618639 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -255,8 +255,6 @@ int main(int argc, char *argv[]) #ifdef FIX_BUGS if (!StartDirectDraw(lpWindowName, windowWidth, windowHeight, 2)) { - //SDL_FreeCursor(cursor); - //SDL_FreeSurface(cursor_surface); PlatformBackend_Deinit(); return EXIT_FAILURE; }