diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-05-04 12:22:03 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-05-04 12:22:03 +0000 |
| commit | 837e2c475f22e4f9ff05029c362bb45dff4d14b7 (patch) | |
| tree | 89ad5ecb6118b84f85ff9c4917c9d89e00d10be7 | |
| parent | 7212f839961d129cd0ae5e62394f07041dce0558 (diff) | |
| download | rockbox-837e2c475f22e4f9ff05029c362bb45dff4d14b7.zip rockbox-837e2c475f22e4f9ff05029c362bb45dff4d14b7.tar.gz rockbox-837e2c475f22e4f9ff05029c362bb45dff4d14b7.tar.bz2 rockbox-837e2c475f22e4f9ff05029c362bb45dff4d14b7.tar.xz | |
don't define anything like this here
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@421 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | uisimulator/x11/button-x11.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/uisimulator/x11/button-x11.c b/uisimulator/x11/button-x11.c index 4bc780b..dc077f0 100644 --- a/uisimulator/x11/button-x11.c +++ b/uisimulator/x11/button-x11.c @@ -16,7 +16,6 @@ * KIND, either express or implied. * ****************************************************************************/ -#define HAVE_RECORDER_KEYPAD #include "types.h" #include "button.h" |