summaryrefslogtreecommitdiff
path: root/macosx/MemBadgeView.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/MemBadgeView.h')
-rw-r--r--macosx/MemBadgeView.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/macosx/MemBadgeView.h b/macosx/MemBadgeView.h
deleted file mode 100644
index b28353bd..00000000
--- a/macosx/MemBadgeView.h
+++ /dev/null
@@ -1,14 +0,0 @@
-//
-// MemBadgeView.h
-// Pcsxr
-//
-// Created by C.W. Betts on 7/6/13.
-//
-//
-
-#import <Cocoa/Cocoa.h>
-
-//TODO: also include the memory count in the view as well.
-@interface MemBadgeView : NSView
-
-@end