X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=main.m;h=cc9de3e33d7fff367a1f8045b2817578f3146d8f;hb=refs%2Fheads%2Fyishen;hp=a984ac26dadd4cd138b9e3e182adc88a8ac34b66;hpb=1654f21c723dadf0d88b0e92f882a6c9a69bf08e;p=chaz%2Fthecheat diff --git a/main.m b/main.m index a984ac2..cc9de3e 100644 --- a/main.m +++ b/main.m @@ -106,18 +106,7 @@ int main( int argc, char *argv[] ) ChazDebugSetup(); ChazMapLogToDebug(); - -#ifdef __ppc__ - // PPC machines whose operating system is below leopard do not need authorization - SInt32 osxMajorVersion; - Gestalt(gestaltSystemVersionMinor, &osxMajorVersion); - if (osxMajorVersion < 5) - { - [pool release]; - return NSApplicationMain(argc, (const char **) argv); - } -#endif - + if (amIWorthy()) { #ifndef _DEBUG