summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-09-21 16:13:38 +0100
committerAidan MacDonald <amachronic@protonmail.com>2022-09-27 14:13:15 +0100
commit09cb3c7843d1bfe24f8259a73441c6398d2c0339 (patch)
tree2eebb6c411b93e29661bf3287a8f0bb597032181 /firmware/export/config
parent24daa265985756122e0cb551c57af621ddee4b60 (diff)
downloadrockbox-09cb3c7843d1bfe24f8259a73441c6398d2c0339.tar.gz
rockbox-09cb3c7843d1bfe24f8259a73441c6398d2c0339.zip
lcd: Remove HAVE_VIEWPORT_CLIP
This was only enabled for the mrobe500 and sansaconnect targets. Most targets are therefore running without this "safety" measure, and presumably we'd have noticed long ago if there was a problem. So in all likelihood this is just a bunch of dead code that we don't need to carry around. Change-Id: I7d27701a38b1c2a985ee73fa6f277ad215d8d385
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/mrobe500.h3
-rw-r--r--firmware/export/config/sansaconnect.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/firmware/export/config/mrobe500.h b/firmware/export/config/mrobe500.h
index ffc8a6bfb8..ebda42d160 100644
--- a/firmware/export/config/mrobe500.h
+++ b/firmware/export/config/mrobe500.h
@@ -65,9 +65,6 @@
65/* define this if the target has volume keys which can be used in the lists */ 65/* define this if the target has volume keys which can be used in the lists */
66#define HAVE_VOLUME_IN_LIST 66#define HAVE_VOLUME_IN_LIST
67 67
68/* define this if you want viewport clipping enabled for safe LCD functions */
69#define HAVE_VIEWPORT_CLIP
70
71/* LCD dimensions */ 68/* LCD dimensions */
72#define CONFIG_LCD LCD_MROBE500 69#define CONFIG_LCD LCD_MROBE500
73 70
diff --git a/firmware/export/config/sansaconnect.h b/firmware/export/config/sansaconnect.h
index fa929f3c10..a06ea9b207 100644
--- a/firmware/export/config/sansaconnect.h
+++ b/firmware/export/config/sansaconnect.h
@@ -66,9 +66,6 @@
66/* define this if the target has volume keys which can be used in the lists */ 66/* define this if the target has volume keys which can be used in the lists */
67#define HAVE_VOLUME_IN_LIST 67#define HAVE_VOLUME_IN_LIST
68 68
69/* define this if you want viewport clipping enabled for safe LCD functions */
70#define HAVE_VIEWPORT_CLIP
71
72/* LCD dimensions */ 69/* LCD dimensions */
73#define CONFIG_LCD LCD_CONNECT 70#define CONFIG_LCD LCD_CONNECT
74 71