From d8d2030296c38442d75ef0f0396b3dbbb71fdd7b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 21 Dec 2003 03:40:02 +0000 Subject: [PATCH] cleanup --- stepmania/src/PaneDisplay.cpp | 2 -- stepmania/src/PaneDisplay.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/stepmania/src/PaneDisplay.cpp b/stepmania/src/PaneDisplay.cpp index 7f64511df5..6517618e30 100644 --- a/stepmania/src/PaneDisplay.cpp +++ b/stepmania/src/PaneDisplay.cpp @@ -35,8 +35,6 @@ static const Content_t g_Contents[NUM_PANE_CONTENTS] = { "DifficultyFreeze", NUM_PANES, NEED_NOTES }, { "DifficultyAir", NUM_PANES, NEED_NOTES }, { "DifficultyVoltage", NUM_PANES, NEED_NOTES }, - { "DifficultyHands", NUM_PANES, NEED_NOTES }, - { "DifficultyMines", NUM_PANES, NEED_NOTES }, { "MachineHighScore", PANE_SONG_DIFFICULTY, NEED_NOTES }, { "MachineNumPlays", PANE_SONG_MACHINE_SCORES, NEED_NOTES }, { "MachineRank", PANE_SONG_MACHINE_SCORES, NEED_NOTES }, diff --git a/stepmania/src/PaneDisplay.h b/stepmania/src/PaneDisplay.h index 796052046d..6364bfab68 100644 --- a/stepmania/src/PaneDisplay.h +++ b/stepmania/src/PaneDisplay.h @@ -44,8 +44,6 @@ enum PaneContents SONG_DIFFICULTY_RADAR_FREEZE, SONG_DIFFICULTY_RADAR_AIR, SONG_DIFFICULTY_RADAR_VOLTAGE, - SONG_DIFFICULTY_HANDS, - SONG_DIFFICULTY_MINES, SONG_MACHINE_HIGH_SCORE, SONG_MACHINE_NUM_PLAYS, SONG_MACHINE_RANK,