From 91d725840e2d518bd11dbd446ac133b095f03148 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 17 Jul 2024 19:04:09 +0200 Subject: Remove code duplicated from gpu-screen-recorder (opengl, display server, drm and monitors) and get that information from gpu-screen-recorder instead --- src/library_loader.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/library_loader.h (limited to 'src/library_loader.h') diff --git a/src/library_loader.h b/src/library_loader.h deleted file mode 100644 index 47bc9f0..0000000 --- a/src/library_loader.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef GSR_LIBRARY_LOADER_H -#define GSR_LIBRARY_LOADER_H - -#include - -typedef struct { - void **func; - const char *name; -} dlsym_assign; - -void* dlsym_print_fail(void *handle, const char *name, bool required); -/* |dlsyms| should be null terminated */ -bool dlsym_load_list(void *handle, const dlsym_assign *dlsyms); -/* |dlsyms| should be null terminated */ -void dlsym_load_list_optional(void *handle, const dlsym_assign *dlsyms); - -#endif /* GSR_LIBRARY_LOADER_H */ -- cgit v1.2.3