From 3d888aebb61e778422402c73f5002bbcdb4c5cd0 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 28 Jul 2003 09:50:57 +0000 Subject: [PATCH] This has been bothering me for a long time now. Comment out unused variable. Is anything ever going to be done here? --- stepmania/src/RageDisplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageDisplay.cpp b/stepmania/src/RageDisplay.cpp index 74557e22ed..7c0806dd5c 100644 --- a/stepmania/src/RageDisplay.cpp +++ b/stepmania/src/RageDisplay.cpp @@ -493,7 +493,7 @@ void RageDisplay::EnterPerspective(float fov, bool preserve_loc, float near_clip if( preserve_loc ) { - RageMatrix matTop = *g_ModelViewStack.GetTop(); + //RageMatrix matTop = *g_ModelViewStack.GetTop(); /* TODO: Come up with a more general way to handle this. * It looks kind of hacky. -Chris */ // {