Revert "add GCA_Remount/GCB_Remount"

This reverts commit 723e6ff023.
This commit is contained in:
Christopher Roy Bratusek 2012-08-26 11:28:10 +02:00
parent 4ba92077cf
commit b34091c6f4
2 changed files with 0 additions and 14 deletions

View File

@ -635,12 +635,6 @@ void UnmountAllDevices()
fatUnmount("gcb:");
}
void GCA_ReMount()
{
fatUnmount("gca:");
fatMountSimple("gca", &__io_gcsda);
}
bool GCA_Inserted()
{
@ -668,12 +662,6 @@ void check_gca()
}
}
void GCB_ReMount()
{
fatUnmount("gcb:");
fatMountSimple("gcb", &__io_gcsdb);
}
bool GCB_Inserted()
{
return __io_gcsdb.isInserted();

View File

@ -40,8 +40,6 @@ void UnMountDVD();
bool DVD_Inserted();
void check_dvd();
void GCA_Remount();
void GCB_Remount();
bool GCA_Inserted();
bool GCB_Inserted();
void check_gca();