Load/Save: Removed the drive icons

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@651 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-02-21 20:49:50 +00:00
parent 4db4454794
commit b9f1116fd3
6 changed files with 85 additions and 77 deletions

2
init.h
View File

@@ -18,7 +18,6 @@
write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
void Rechercher_drives(void);
void Charger_DAT(void);
void Initialisation_des_boutons(void);
void Initialisation_des_operations(void);
@@ -26,6 +25,5 @@ int Charger_CFG(int Tout_charger);
int Sauver_CFG(void);
void Initialiser_les_tables_de_multiplication(void);
void Definition_des_modes_video(void);
int ActiverLecteur(int);
void Config_par_defaut(void);
void Initialiser_sighandler(void);