--- BasiliskII/src/macos_util.cpp 1999/10/19 19:28:11 1.3 +++ BasiliskII/src/macos_util.cpp 2000/07/14 21:42:05 1.5 @@ -1,7 +1,7 @@ /* * macos_util.cpp - MacOS definitions/utility functions * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2000 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -85,16 +85,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 */