Skip to content

Commit

Permalink
Remove unused variable (compiler warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn committed Apr 3, 2011
1 parent 0878447 commit 2e2d490
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/openmw/mwrender/mwscene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ MWScene::~MWScene()
std::pair<std::string, float> MWScene::getFacedHandle (MWWorld::World& world)
{
std::string handle = "";
float distance = -1;

//get a ray pointing to the center of the viewport
Ray centerRay = getCamera()->getCameraToViewportRay(
Expand Down

0 comments on commit 2e2d490

Please sign in to comment.