summaryrefslogtreecommitdiff
path: root/hw/vfb/InitInput.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2010-05-10 11:48:31 -0400
committerKeith Packard <keithp@keithp.com>2010-05-21 12:49:46 -0700
commit9d31d5b639c2a6ab8b1a80a0e2f0ee2c4f8cddd3 (patch)
tree357008bf143d3026c50cdaabf1d58bc6f8773d9b /hw/vfb/InitInput.c
parentd8cbcbc01d1355d55c1c0af64f7f7f61629f6c61 (diff)
vfb: Remove dead variable and header file
Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Jamey Sharp <jamey@minilop.net> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw/vfb/InitInput.c')
-rw-r--r--hw/vfb/InitInput.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/vfb/InitInput.c b/hw/vfb/InitInput.c
index 10bb6a599..801aaa0b4 100644
--- a/hw/vfb/InitInput.c
+++ b/hw/vfb/InitInput.c
@@ -38,7 +38,6 @@ from The Open Group.
#include <X11/Xos.h>
#include "mibstore.h"
#include "mipointer.h"
-#include "lk201kbd.h"
#include "xkbsrv.h"
#include <X11/keysym.h>
#include "xserver-properties.h"
@@ -63,7 +62,6 @@ void DDXRingBell(int volume, int pitch, int duration)
#define VFB_MIN_KEY 8
#define VFB_MAX_KEY 255
-KeySym map[MAP_LENGTH * LK201_GLYPHS_PER_KEY];
static int
vfbKeybdProc(DeviceIntPtr pDevice, int onoff)