about summary refs log tree commit diff stats
path: root/src/wrapped
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped')
-rwxr-xr-xsrc/wrapped/wrappedgio2.c3
-rwxr-xr-xsrc/wrapped/wrappedsdl1mixer.c6
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);