summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/app-bundle/TestApp/TestAppAppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/mac/app-bundle/TestApp/TestAppAppDelegate.m')
-rw-r--r--deps/gyp/test/mac/app-bundle/TestApp/TestAppAppDelegate.m15
1 files changed, 0 insertions, 15 deletions
diff --git a/deps/gyp/test/mac/app-bundle/TestApp/TestAppAppDelegate.m b/deps/gyp/test/mac/app-bundle/TestApp/TestAppAppDelegate.m
deleted file mode 100644
index 9aafa42000..0000000000
--- a/deps/gyp/test/mac/app-bundle/TestApp/TestAppAppDelegate.m
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright (c) 2011 Google Inc. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#import "TestAppAppDelegate.h"
-
-@implementation TestAppAppDelegate
-
-@synthesize window;
-
-- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
- // Insert code here to initialize your application
-}
-
-@end