From be51ca4e57fa9ddc75b4a4f32330afba032b746d Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Mon, 7 Jul 2025 09:30:42 +0600 Subject: [PATCH] Removed deprecated --- source/ubl-settings-video.h | 6 ------ 1 file changed, 6 deletions(-) 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;