diff options
Diffstat (limited to 'src/wrapped')
| -rwxr-xr-x | src/wrapped/wrappedgio2.c | 3 | ||||
| -rwxr-xr-x | src/wrapped/wrappedsdl1mixer.c | 6 |
2 files changed, 0 insertions, 9 deletions
diff --git a/src/wrapped/wrappedgio2.c b/src/wrapped/wrappedgio2.c index a0db17da..dbc67d71 100755 --- a/src/wrapped/wrappedgio2.c +++ b/src/wrapped/wrappedgio2.c @@ -22,9 +22,6 @@ const char* gio2Name = "libgio-2.0.so.0"; #define LIBNAME gio2 -static char* libname = NULL; - - #define ADDED_FUNCTIONS() \ #include "wrappedgio2types.h" diff --git a/src/wrapped/wrappedsdl1mixer.c b/src/wrapped/wrappedsdl1mixer.c index 6f1a5ff2..fa4ea1a8 100755 --- a/src/wrapped/wrappedsdl1mixer.c +++ b/src/wrapped/wrappedsdl1mixer.c @@ -154,12 +154,6 @@ static void* find_MusicFinished_Fct(void* fct) #undef SUPER -static void freeSDL1MixerMy(library_t* lib) -{ - (void)lib; - //sdl1mixer_my_t *my = lib->priv.w.p2; -} - EXPORT void* my_Mix_LoadMUSType_RW(x64emu_t* emu, void* a, int32_t b, int32_t c) { SDL1_RWops_t* rw = RWNativeStart(emu, (SDL1_RWops_t*)a); |