diff --git a/source/ubl-settings-video.h b/source/ubl-settings-video.h index f460d82..b6fc559 100644 --- a/source/ubl-settings-video.h +++ b/source/ubl-settings-video.h @@ -102,9 +102,6 @@ #define XORG_MONITOR_get_command "ubconfig --source global get [video] XORG_MONITOR[*]" -char *drivers_always_active[] = {"lib32-vulkan-intel","xf86-video-intel"}; -int drivers_always_active_size = 3; - typedef struct{ char* command; void *data; @@ -122,9 +119,6 @@ typedef dictionary* monitor_config; typedef dictionary* proprietary_config; typedef dictionary* monitor_view; - - - typedef struct { config_str line; int size;