From 2a33313d24d22e79de87882d079d5e4512daecbf Mon Sep 17 00:00:00 2001 From: hikerstk Date: Wed, 17 Mar 2010 04:11:32 +0000 Subject: [PATCH] Removed compiler warning. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5013 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/graphics/camera.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/graphics/camera.cpp b/src/graphics/camera.cpp index ce20ff8da..55a37bccf 100644 --- a/src/graphics/camera.cpp +++ b/src/graphics/camera.cpp @@ -142,7 +142,6 @@ void Camera::setupCamera() */ void Camera::setMode(Mode mode) { - World *world = World::getWorld(); // If we switch from reverse view, move the camera immediately to the // correct position. if(m_mode==CM_REVERSE && mode==CM_NORMAL)