mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
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
This commit is contained in:
parent
24daa26598
commit
09cb3c7843
12 changed files with 0 additions and 883 deletions
|
|
@ -65,9 +65,6 @@
|
|||
/* define this if the target has volume keys which can be used in the lists */
|
||||
#define HAVE_VOLUME_IN_LIST
|
||||
|
||||
/* define this if you want viewport clipping enabled for safe LCD functions */
|
||||
#define HAVE_VIEWPORT_CLIP
|
||||
|
||||
/* LCD dimensions */
|
||||
#define CONFIG_LCD LCD_MROBE500
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue