Clean up headers, add todo.

This commit is contained in:
Steve Checkoway
2004-03-17 04:55:55 +00:00
parent e92b2d84b9
commit 9f94d1e820
2 changed files with 2 additions and 4 deletions
@@ -129,7 +129,8 @@ void ArchHooks_darwin::DumpDebugInfo()
ram = 0;
vRam = 0;
}
/* XXX update this information for G5s */
/* Get processor */
numProcessors = MPProcessorsScheduled();
err = Gestalt(gestaltNativeCPUtype, &code);
@@ -10,9 +10,6 @@
*/
#include "ArchHooks.h"
#include <SDL.h>
#include <SDL_thread.h>
#include <queue>
class ArchHooks_darwin : public ArchHooks
{