summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-04-02 16:53:53 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-04-02 16:53:53 -0700
commit0fafdc024624d27ddffdcc4ff0047dec59ef33e2 (patch)
tree6b02bb4a8c3ebd710dfbe513f9c88f30e2bed126
parent7b64df0a988674454522e353ea2b56485474af6e (diff)
downloadxorg-driver-xf86-input-keyboard-0fafdc024624d27ddffdcc4ff0047dec59ef33e2.tar.gz
Remove Initialised static variable (not used since xf86AddModuleInfo removal)
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--src/kbd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/kbd.c b/src/kbd.c
index d596cf6..767ff6b 100644
--- a/src/kbd.c
+++ b/src/kbd.c
@@ -546,11 +546,6 @@ xf86KbdPlug(pointer module,
int *errmaj,
int *errmin)
{
- static Bool Initialised = FALSE;
-
- if (!Initialised)
- Initialised = TRUE;
-
xf86AddInputDriver(&KBD, module, 0);
return module;