diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-21 08:29:22 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-21 08:29:22 +0000 |
commit | ad5c0ed245e67c29e0a5b4bce5afc2a3ddbe61cf (patch) | |
tree | f818f53470f0fadc17fcc05e7ebfa9472022d927 | |
parent | 3ea8dd2d985ea090308cc612c84e283c4e0c5237 (diff) |
Forgot to remove all traces of the obsolete repeat mask functions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4909 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | uisimulator/x11/button-x11.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/uisimulator/x11/button-x11.c b/uisimulator/x11/button-x11.c index 6567c2a9bc..43b33fa305 100644 --- a/uisimulator/x11/button-x11.c +++ b/uisimulator/x11/button-x11.c @@ -23,9 +23,6 @@ #include "X11/keysym.h" -static int release_mask; -static int repeat_mask; - /* *Initialize buttons */ |