]> Dogcows Code - chaz/thecheat/blobdiff - main.m
Remove support of Mac OS X 10.3 and earlier system, change codes for Mac OS X 10.7.
[chaz/thecheat] / main.m
diff --git a/main.m b/main.m
index a984ac26dadd4cd138b9e3e182adc88a8ac34b66..cc9de3e33d7fff367a1f8045b2817578f3146d8f 100644 (file)
--- 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
This page took 0.020152 seconds and 4 git commands to generate.