diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-23 16:02:34 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-23 16:02:34 +0100 |
commit | 3da80cb1474b455f4ed3d27aa72441fd145a9898 (patch) | |
tree | b3212c99e0baf74ff51844f19982b3655a58a878 /fbiconfig.h | |
parent | 240bfd19dc983a793e0ef7e2515faf9a2d3fd9c5 (diff) | |
download | fbida-3da80cb1474b455f4ed3d27aa72441fd145a9898.tar.gz |
start adding a gfx interface
Diffstat (limited to 'fbiconfig.h')
-rw-r--r-- | fbiconfig.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fbiconfig.h b/fbiconfig.h index 3abdb6d..9ed7ace 100644 --- a/fbiconfig.h +++ b/fbiconfig.h @@ -30,8 +30,6 @@ #define O_TIMEOUT O_OPTIONS, "timeout" #define O_PCD_RES O_OPTIONS, "photocd-res" -#define O_GAMMA O_OPTIONS, "gamma" - #define O_DEVICE O_OPTIONS, "device" #define O_FONT O_OPTIONS, "font" #define O_VIDEO_MODE O_OPTIONS, "video-mode" @@ -62,8 +60,6 @@ #define GET_TIMEOUT() cfg_get_int(O_TIMEOUT, 0) #define GET_PCD_RES() cfg_get_int(O_PCD_RES, 3) -#define GET_GAMMA() cfg_get_float(O_GAMMA, 1) - /* -------------------------------------------------------------------------- */ extern struct cfg_cmdline fbi_cmd[]; |