From 798c88e9911e85cf45f31e91ccd5efc5e5cd267d Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Fri, 31 Dec 2010 21:11:58 +0000 Subject: [PATCH] - removed unreferenced variables to cleanup warnings --- source/glest_game/global/core_data.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/source/glest_game/global/core_data.cpp b/source/glest_game/global/core_data.cpp index f910e9a91..e4c73f1a2 100644 --- a/source/glest_game/global/core_data.cpp +++ b/source/glest_game/global/core_data.cpp @@ -116,13 +116,6 @@ void CoreData::load() { checkedCheckBoxTexture->setForceCompressionDisabled(true); checkedCheckBoxTexture->getPixmap()->load(dir+"/menu/textures/checkbox_checked.tga"); - Texture2D *horizontalLineTexture; - Texture2D *verticalLineTexture; - Texture2D *checkBoxTexture; - Texture2D *checkedCeckBoxTextur; - - - //display font Config &config= Config::getInstance(); string displayFontNamePrefix=config.getString("FontDisplayPrefix");