diff options
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[]; |