move MakeArchHooks into ArchHooks

This commit is contained in:
Glenn Maynard
2004-06-10 23:12:35 +00:00
parent 9f07f110ea
commit 0ae10fbc59
4 changed files with 5 additions and 2 deletions
-1
View File
@@ -57,7 +57,6 @@ LoadingWindow *MakeLoadingWindow()
return ret;
}
ArchHooks *MakeArchHooks() { return new ARCH_HOOKS; }
#if defined(SUPPORT_OPENGL)
LowLevelWindow *MakeLowLevelWindow() { return new ARCH_LOW_LEVEL_WINDOW; }
#endif