aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/FileReaderApp/main.m
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/FileReaderApp/main.m')
-rw-r--r--experimental/FileReaderApp/main.m16
1 files changed, 0 insertions, 16 deletions
diff --git a/experimental/FileReaderApp/main.m b/experimental/FileReaderApp/main.m
deleted file mode 100644
index cd85c6d018..0000000000
--- a/experimental/FileReaderApp/main.m
+++ /dev/null
@@ -1,16 +0,0 @@
-//
-// main.m
-// CocoaSampleApp
-//
-// Created by Yang Su on 6/14/11.
-// Copyright 2011 Google Inc.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-//
-
-#import <Cocoa/Cocoa.h>
-
-int main(int argc, char *argv[])
-{
- return NSApplicationMain(argc, (const char **) argv);
-}