diff options
Diffstat (limited to 'src/wrapped/wrappedwaylandegl.c')
| -rw-r--r-- | src/wrapped/wrappedwaylandegl.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wrapped/wrappedwaylandegl.c b/src/wrapped/wrappedwaylandegl.c index d7c0dd29..5b696af1 100644 --- a/src/wrapped/wrappedwaylandegl.c +++ b/src/wrapped/wrappedwaylandegl.c @@ -21,10 +21,4 @@ const char* waylandeglName = "libwayland-egl.so.1"; #define LIBNAME waylandegl -#define CUSTOM_INIT \ - box64->vorbis = lib; - -#define CUSTOM_FINI \ - lib->context->vorbis = NULL; - #include "wrappedlib_init.h" |