diff --git a/src/prefs/keymap/Keymap.rsrc b/src/prefs/keymap/Keymap.rsrc deleted file mode 100644 index 2115377459..0000000000 Binary files a/src/prefs/keymap/Keymap.rsrc and /dev/null differ diff --git a/src/prefs/keymap/main.cpp b/src/prefs/keymap/main.cpp deleted file mode 100644 index 4cb6fe0e30..0000000000 --- a/src/prefs/keymap/main.cpp +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Part of the Open BeOS project - * (C) 2002 Be United - * Creation: Sandor Vroemisse - */ - -#include -#include "KeymapApplication.h" - - -int main () -{ - new KeymapApplication; - be_app->Run(); - delete be_app; - return 0; -}