-//
-// main.m
-// MenuTunes
-//
-// Created by Kent Sutherland on Sun Nov 17 2002.
-// Copyright (c) 2002 Kent Sutherland. All rights reserved.
-//
-// Poink.
-#import <Cocoa/Cocoa.h>
-#import <sys/ptrace.h>
+/*
+ * MenuTunes
+ * main.m
+ *
+ * Copyright (c) 2002 iThink Software
+ *
+ */
-static const int (*ptp)(int,int,caddr_t,int) = ptrace;
+#import <Cocoa/Cocoa.h>
int main(int argc, const char *argv[])
{
-#ifdef RELEASE
- ptp(PT_DENY_ATTACH,getpid(),NULL,0);
-#endif
return NSApplicationMain(argc, argv);
}