From 08731edefc366c021300fea9bd5dce17c0ade7c6 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 9 Jun 2004 06:27:58 +0000 Subject: [PATCH] remove unused #defines --- stepmania/src/Profile.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/stepmania/src/Profile.cpp b/stepmania/src/Profile.cpp index b45267d7c6..56ae41aa88 100644 --- a/stepmania/src/Profile.cpp +++ b/stepmania/src/Profile.cpp @@ -28,14 +28,6 @@ // #define SM_300_STATISTICS_INI "statistics.ini" -#define SM_390A12_CATEGORY_SCORES_DAT "CategoryScores.dat" -#define SM_390A12_SONG_SCORES_DAT "SongScores.dat" -#define SM_390A12_COURSE_SCORES_DAT "CourseScores.dat" -#define SM_390A12_PROFILE_INI "Profile.ini" -const int SM_390A12_CATEGORY_RANKING_VERSION = 6; -const int SM_390A12_SONG_SCORES_VERSION = 9; -const int SM_390A12_COURSE_SCORES_VERSION = 8; - #define GUID_SIZE_BYTES 8 #define MAX_RECENT_SCORES_TO_SAVE 100