aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.c b/main.c
index 14be5a3..9b3c633 100644
--- a/main.c
+++ b/main.c
@@ -214,10 +214,6 @@ void set_defaults(void)
scale_size = SCALE_SIZE_NONE;
scale_filter = SCALE_FILTER_NEAREST;
-#ifdef FUNKEY_S
- enable_drc = 0;
-#endif
-
/* Sets better defaults for small screen */
if (SCREEN_WIDTH == 240) {
scale_size = SCALE_SIZE_CROP;