about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibasound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedlibasound.c')
-rwxr-xr-xsrc/wrapped/wrappedlibasound.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibasound.c b/src/wrapped/wrappedlibasound.c
index 54d55804..6d7420c6 100755
--- a/src/wrapped/wrappedlibasound.c
+++ b/src/wrapped/wrappedlibasound.c
@@ -138,11 +138,9 @@ EXPORT void* my_snd_dlsym(x64emu_t* emu, void* handle, void* name, void* version
 }
 
 #define CUSTOM_INIT                     \
-    box64->asound = lib;                \
     getMy(lib);
 
 #define CUSTOM_FINI                     \
-    lib->context->asound = NULL;        \
     freeMy();
 
 #include "wrappedlib_init.h"