summaryrefslogtreecommitdiff
path: root/plugins/keyboard/keyboard.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-12 07:27:19 +0000
committerDana Jansens <danakj@orodu.net>2003-08-12 07:27:19 +0000
commita414fe42d4654c4c76e344e5bfe0d5838f24da1e (patch)
tree8c76673a39e4bc4cc0bf378a1e27743cc4d38a49 /plugins/keyboard/keyboard.h
parentc90da6da781932c2d178bfb7e39ec1d5003543b7 (diff)
remove the keyboard plugin shit
Diffstat (limited to 'plugins/keyboard/keyboard.h')
-rw-r--r--plugins/keyboard/keyboard.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/keyboard/keyboard.h b/plugins/keyboard/keyboard.h
deleted file mode 100644
index bc5d3137..00000000
--- a/plugins/keyboard/keyboard.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __plugin_keyboard_keybaord_h
-#define __plugin_keyboard_keybaord_h
-
-#include <glib.h>
-
-#include "tree.h"
-
-extern KeyBindingTree *firstnode;
-
-gboolean kbind(GList *keylist, Action *action);
-
-#endif