OSDN Git Service

git-svn-id: svn+ssh://svn.osdn.net/svnroot/sawarabi-fonts/trunk@14 54a90f34-5e62...
authormshio <mshio@54a90f34-5e62-402c-8eae-46c47f0b2e07>
Tue, 8 Feb 2011 23:50:05 +0000 (23:50 +0000)
committermshio <mshio@54a90f34-5e62-402c-8eae-46c47f0b2e07>
Tue, 8 Feb 2011 23:50:05 +0000 (23:50 +0000)
chartool/objective-c/main.m [deleted file]

diff --git a/chartool/objective-c/main.m b/chartool/objective-c/main.m
deleted file mode 100644 (file)
index f0b3ba2..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-//
-//  main.m
-//  chartool
-//
-//  Created by haru on 10/06/05.
-//  Copyright __MyCompanyName__ 2010. All rights reserved.
-//
-
-#import <Cocoa/Cocoa.h>
-
-int main(int argc, char *argv[])
-{
-    return NSApplicationMain(argc,  (const char **) argv);
-}