diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-12 07:27:19 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-12 07:27:19 +0000 |
| commit | a414fe42d4654c4c76e344e5bfe0d5838f24da1e (patch) | |
| tree | 8c76673a39e4bc4cc0bf378a1e27743cc4d38a49 /plugins/keyboard/keyboard.h | |
| parent | c90da6da781932c2d178bfb7e39ec1d5003543b7 (diff) | |
remove the keyboard plugin shit
Diffstat (limited to 'plugins/keyboard/keyboard.h')
| -rw-r--r-- | plugins/keyboard/keyboard.h | 12 |
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 |
