diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-10-19 22:59:07 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-10-19 22:59:19 +0200 |
| commit | d6b9df6ca260dbada8dac68ee6857d89005a810e (patch) | |
| tree | d36ec4d582307cf46056a58e2ce0696226d176af /src/wrapped/wrappedwaylandclient.c | |
| parent | 4fbeca0aa3f55f3569bb3212ca130d18d20c3dc3 (diff) | |
| download | box64-d6b9df6ca260dbada8dac68ee6857d89005a810e.tar.gz box64-d6b9df6ca260dbada8dac68ee6857d89005a810e.zip | |
Small refactor and simplification of library_t structure and box64context_t
Diffstat (limited to 'src/wrapped/wrappedwaylandclient.c')
| -rw-r--r-- | src/wrapped/wrappedwaylandclient.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wrapped/wrappedwaylandclient.c b/src/wrapped/wrappedwaylandclient.c index 5335f30f..c1570cf2 100644 --- a/src/wrapped/wrappedwaylandclient.c +++ b/src/wrapped/wrappedwaylandclient.c @@ -21,10 +21,4 @@ const char* waylandclientName = "libwayland-client.so.0"; #define LIBNAME waylandclient -#define CUSTOM_INIT \ - box64->vorbis = lib; - -#define CUSTOM_FINI \ - lib->context->vorbis = NULL; - #include "wrappedlib_init.h" |