cruft removal

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@409 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
Giles Williams 2006-04-02 06:35:01 +00:00
parent 7a634721f1
commit d7659ab768
2 changed files with 2 additions and 8 deletions

View File

@ -563,7 +563,6 @@ static int _compareModes(id arg1, id arg2, void *context)
#ifdef GNUSTEP
// TODO: what goes here?
#else
//Scene *scene = [openGLView scene];
CGLContextObj cglContext;
CGDisplayErr err;
long oldSwapInterval;

View File

@ -4316,17 +4316,12 @@ double scoopSoundPlayTime = 0.0;
[universe setViewDirection: VIEW_DOCKED];
// DEBUG TEST ROUTINES
NSLog(@"DEBUG Player q_rotation = (%.2f %.2f %.2f %.2f)",
q_rotation.w, q_rotation.x, q_rotation.y, q_rotation.z);
// DEBUG SCENE TEST ROUTINES
[universe removeDemoShips];
[self debugOn];
[self setBackgroundFromDescriptionsKey:@"test-scene"];
[self setShowDemoShips: YES];
[self debugOff];
NSLog(@"DEBUG Player q_rotation = (%.2f %.2f %.2f %.2f)",
q_rotation.w, q_rotation.x, q_rotation.y, q_rotation.z);
NSLog(@"DEBUG status %d showDemoShips:%@", status, [self showDemoShips]? @"YES":@"NO");
[self setShowDemoShips: YES];
// END TEST
}