Skip to content

Commit e4f75ba

Browse files
eaftonslouken
authored andcommitted
Remove SDL_gtk
1 parent dd6d49a commit e4f75ba

5 files changed

Lines changed: 64 additions & 438 deletions

File tree

src/SDL.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
// this checks for HAVE_DBUS_DBUS_H internally.
3131
#include "core/linux/SDL_dbus.h"
3232

33-
#if defined(SDL_PLATFORM_UNIX) && !defined(SDL_PLATFORM_ANDROID)
34-
#include "core/unix/SDL_gtk.h"
35-
#endif
36-
3733
#ifdef SDL_PLATFORM_EMSCRIPTEN
3834
#include <emscripten.h>
3935
#endif
@@ -714,10 +710,6 @@ void SDL_Quit(void)
714710
SDL_DBus_Quit();
715711
#endif
716712

717-
#if defined(SDL_PLATFORM_UNIX) && !defined(SDL_PLATFORM_ANDROID) && !defined(SDL_PLATFORM_EMSCRIPTEN) && !defined(SDL_PLATFORM_PRIVATE)
718-
SDL_Gtk_Quit();
719-
#endif
720-
721713
SDL_QuitTimers();
722714
SDL_QuitAsyncIO();
723715

src/core/unix/SDL_gtk.c

Lines changed: 0 additions & 300 deletions
This file was deleted.

0 commit comments

Comments
 (0)