From 0cd9e9beec7af435b1b8264d53a47895384f3770 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 6 Dec 2011 06:49:58 +0000 Subject: [PATCH] well now this uses eeze - why keep the old search list? SVN revision: 65947 --- src/bin/e_backlight_main.c | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/bin/e_backlight_main.c b/src/bin/e_backlight_main.c index 10e6bb857..0af98238f 100644 --- a/src/bin/e_backlight_main.c +++ b/src/bin/e_backlight_main.c @@ -33,24 +33,6 @@ _bl_write_file(const char *file, int val) return 0; } -/* local subsystem globals */ -typedef struct _Bl_Entry -{ - char type; - const char *base; - const char *max; - const char *set; -} Bl_Entry; - -static const Bl_Entry search[] = -{ - { 'F', "/sys/devices/virtual/backlight/acpi_video0", "max_brightness", "brightness" }, - { 'D', "/sys/devices/virtual/backlight", "max_brightness", "brightness" }, - { 'F', "/sys/class/leds/lcd-backlight", "max_brightness", "brightness" }, - { 'F', "/sys/class/backlight/acpi_video0", "max_brightness", "brightness" }, - { 'D', "/sys/class/backlight", "max_brightness", "brightness" } -}; - /* externally accessible functions */ int main(int argc, char **argv)