--- Frodo4/Src/main.h 2003/07/01 17:09:43 1.1 +++ Frodo4/Src/main.h 2003/07/01 17:51:17 1.3 @@ -1,7 +1,7 @@ /* * main.h - Main program * - * Frodo (C) 1994-1997,2002 Christian Bauer + * Frodo (C) 1994-1997,2002-2003 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 @@ -238,28 +238,4 @@ class Frodo #endif -/* - * PSX specific stuff - */ - -#ifdef __PSXOS__ - -class Frodo { -public: - Frodo(); - void ReadyToRun(void); - - C64 *TheC64; - -private: - bool load_rom_files(void); - - char prefs_path[256]; // Pathname of current preferences file -}; - -// Global variables -extern Frodo *be_app; // Pointer to Frodo object - -#endif - #endif