Mmm, Renaming for the BIG REWRITE OF MARCH 2003!!!! BBQ!!!!1
[MenuTunes.git] / MTApplication.m
diff --git a/MTApplication.m b/MTApplication.m
deleted file mode 100755 (executable)
index 24ff6a4..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#import "MTApplication.h"
-#import "HotKeyCenter.h"
-
-@implementation MTApplication
-
-- (void)sendEvent:(NSEvent *)event
-{
-       [[HotKeyCenter sharedCenter] sendEvent:event];
-       [super sendEvent:event];
-}
-
-@end