From 165d6e509656d7156ab5a1e5e51fb7f867029a73 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 18 Feb 2006 21:22:02 +0000 Subject: [PATCH] Silence warning. --- stepmania/src/StepMania.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index c9609b44ff..279f6e3005 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -676,7 +676,8 @@ RageDisplay *CreateDisplay() * Actually, right now we're falling back. I'm not sure which behavior is better. */ - bool bAppliedDefaults = CheckVideoDefaultSettings(); + //bool bAppliedDefaults = CheckVideoDefaultSettings(); + CheckVideoDefaultSettings(); VideoModeParams params; StepMania::GetPreferredVideoModeParams( params );