X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/4cb4bda60d9f567f78ef9294cca42ae8ec368e31..4ceec63fa54ca0281b26107bcfc78617c9854d4c:/main.m diff --git a/main.m b/main.m index bb0d67c..cd994f4 100755 --- a/main.m +++ b/main.m @@ -1,20 +1,14 @@ -// -// main.m -// MenuTunes -// -// Created by Kent Sutherland on Sun Nov 17 2002. -// Copyright (c) 2002 Kent Sutherland. All rights reserved. -// -// Poink. -#import -#import +/* + * MenuTunes + * main.m + * + * Copyright (c) 2002 iThink Software + * + */ -static const int (*ptp)(int,int,caddr_t,int) = ptrace; +#import int main(int argc, const char *argv[]) { -#ifdef RELEASE - ptp(PT_DENY_ATTACH,getpid(),NULL,0); -#endif return NSApplicationMain(argc, argv); }