From 2c67ed83914d742a1626f8fec6d2b1a1db886599 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 21 Nov 2006 02:50:37 +0000 Subject: [PATCH] unused --- stepmania/src/GameConstantsAndTypes.h | 3 --- stepmania/src/NetworkSyncServer.cpp | 1 - 2 files changed, 4 deletions(-) diff --git a/stepmania/src/GameConstantsAndTypes.h b/stepmania/src/GameConstantsAndTypes.h index 632f08b5af..3bc52dc8fe 100644 --- a/stepmania/src/GameConstantsAndTypes.h +++ b/stepmania/src/GameConstantsAndTypes.h @@ -269,9 +269,6 @@ enum PlayerController }; const RString& PlayerControllerToString( PlayerController pc ); -const int MIN_SKILL = 0; -const int MAX_SKILL = 10; - enum StageResult { diff --git a/stepmania/src/NetworkSyncServer.cpp b/stepmania/src/NetworkSyncServer.cpp index f9096cf225..82d7118eda 100644 --- a/stepmania/src/NetworkSyncServer.cpp +++ b/stepmania/src/NetworkSyncServer.cpp @@ -2,7 +2,6 @@ #include "GamePreferences.h" #include "NetworkSyncServer.h" #include "RageLog.h" -#include "PrefsManager.h" #include "Player.h" #include