--- BasiliskII/src/macos_util.cpp 2000/04/10 18:52:24 1.4 +++ BasiliskII/src/macos_util.cpp 2000/07/14 21:42:05 1.5 @@ -86,16 +86,6 @@ void MountVolume(void *fh) /* - * Test if basic MacOS initializations (of the ROM) are done - */ - -bool HasMacStarted(void) -{ - return ReadMacInt32(0xcfc) == 'WLSC'; // Mac warm start flag -} - - -/* * Calculate disk image file layout given file size and first 256 data bytes */