diff --git a/Editor/LoadScreen.cpp b/Editor/LoadScreen.cpp index 4cd76d65e..eaccf839a 100644 --- a/Editor/LoadScreen.cpp +++ b/Editor/LoadScreen.cpp @@ -1263,25 +1263,4 @@ BOOLEAN ExternalSaveMap(STR16 szFilename) return(TRUE); } -#else //non-editor version - -#include "types.h" -#include "screenids.h" - -UINT32 LoadSaveScreenInit() -{ - return TRUE ; -} - -UINT32 LoadSaveScreenHandle( ) -{ - //If this screen ever gets set, then this is a bad thing -- endless loop - return ERROR_SCREEN ; -} - -UINT32 LoadSaveScreenShutdown( ) -{ - return TRUE ; -} - #endif diff --git a/Editor/editscreen.cpp b/Editor/editscreen.cpp index 759a30c55..31c21680c 100644 --- a/Editor/editscreen.cpp +++ b/Editor/editscreen.cpp @@ -4638,25 +4638,4 @@ BOOLEAN FindLight(INT32 iGridNo, INT8 bLightType, UINT8 *pubLightRadius, UINT8 * return(FALSE); } -#else //non-editor version - -#include "types.h" -#include "screenids.h" - -UINT32 EditScreenInit() -{ - return TRUE ; -} - -UINT32 EditScreenHandle( ) -{ - //If this screen ever gets set, then this is a bad thing -- endless loop - return ERROR_SCREEN ; -} - -UINT32 EditScreenShutdown( ) -{ - return TRUE ; -} - #endif