Skip to content

Commit

Permalink
remove unused enum
Browse files Browse the repository at this point in the history
  • Loading branch information
superg committed Oct 29, 2024
1 parent 288f3c4 commit c2f0653
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cd/fix_msf.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ import utils.strings;
namespace gpsxre
{

enum class TrackType
{
DATA,
AUDIO,
ISO
};


void regenerate_data_sector(Sector &sector, int32_t lba)
{
std::copy_n(CD_DATA_SYNC, sizeof(CD_DATA_SYNC), sector.sync);
Expand Down

0 comments on commit c2f0653

Please sign in to comment.