diff options
author | Karl Kurbjun <kkurbjun@gmail.com> | 2009-11-07 19:09:55 +0000 |
---|---|---|
committer | Karl Kurbjun <kkurbjun@gmail.com> | 2009-11-07 19:09:55 +0000 |
commit | d5092a864fd687805c1ab4ff33670ec00144d3c6 (patch) | |
tree | df253be78da51cc3a2ce2a0aa8c9aade54453073 /firmware | |
parent | b7cbe64dc56f4e2e98a6e32b94c316a614fa001f (diff) |
Everything passed - disable viewport clipping.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23555 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index dd2059e5d4..bb1c5eab19 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -24,8 +24,6 @@ #include "autoconf.h" -#define HAVE_VIEWPORT_CLIP - /* symbolic names for multiple choice configurations: */ /* CONFIG_STORAGE (note these are combineable bit-flags) */ |