Removed old NO_FROZEN hack

This commit is contained in:
Ton Roosendaal
2005-05-03 11:05:00 +00:00
parent f51b6996d1
commit f2f45d563d

View File

@@ -305,13 +305,6 @@ int main(int argc, char **argv)
a= argc;
break;
case 'm':
/* unified render pipeline */
/* G.magic = 1; has become obsolete */
printf("-m: enable unified renderer has become obsolete. Set \n");
printf("\tthis option per individual file now.\n");
break;
case 'y':
G.f &= ~G_SCENESCRIPT;
break;
@@ -428,11 +421,6 @@ int main(int argc, char **argv)
audio = 0;
if (G.f & G_DEBUG) printf("setting audio to: %d\n", audio);
}
else if (BLI_strcasecmp(argv[a], "-nofrozen") == 0) {
/* disable initialization of frozen python modules */
if (G.f & G_DEBUG) printf("disable frozen modules\n");
G.f |= G_NOFROZEN;
}
break;
}
}