aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/CocoaDebugger/CocoaDebuggerAppDelegate.mm
diff options
context:
space:
mode:
authorGravatar yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-12 14:27:47 +0000
committerGravatar yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-12 14:27:47 +0000
commitef7bdfac618f60e9edc9f42cd4661d563937e6d8 (patch)
tree3acb17216c4ede79d0c349182dfaca38e96803a1 /experimental/CocoaDebugger/CocoaDebuggerAppDelegate.mm
parent16edff2b1cbd80e36456138f8631711a585205ba (diff)
Added Debugger to Sample App, off by default
Removed CocoaDebugger from experimental Slight changes to SkOSMenu Bug fixes for NetPipeReader and DrawingBoard git-svn-id: http://skia.googlecode.com/svn/trunk@2102 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental/CocoaDebugger/CocoaDebuggerAppDelegate.mm')
-rw-r--r--experimental/CocoaDebugger/CocoaDebuggerAppDelegate.mm10
1 files changed, 0 insertions, 10 deletions
diff --git a/experimental/CocoaDebugger/CocoaDebuggerAppDelegate.mm b/experimental/CocoaDebugger/CocoaDebuggerAppDelegate.mm
deleted file mode 100644
index 7358c5f7ce..0000000000
--- a/experimental/CocoaDebugger/CocoaDebuggerAppDelegate.mm
+++ /dev/null
@@ -1,10 +0,0 @@
-#import "CocoaDebuggerAppDelegate.h"
-
-@implementation CocoaDebuggerAppDelegate
-@synthesize window;
-
--(void) applicationDidFinishLaunching:(NSNotification *)aNotification {
- //Load specified skia views after launching
- [window installSkViews];
-}
-@end