mirror of
https://github.com/glest/glest-source.git
synced 2025-08-20 07:01:21 +02:00
- removed unreferenced variables to cleanup warnings
This commit is contained in:
@@ -116,13 +116,6 @@ void CoreData::load() {
|
|||||||
checkedCheckBoxTexture->setForceCompressionDisabled(true);
|
checkedCheckBoxTexture->setForceCompressionDisabled(true);
|
||||||
checkedCheckBoxTexture->getPixmap()->load(dir+"/menu/textures/checkbox_checked.tga");
|
checkedCheckBoxTexture->getPixmap()->load(dir+"/menu/textures/checkbox_checked.tga");
|
||||||
|
|
||||||
Texture2D *horizontalLineTexture;
|
|
||||||
Texture2D *verticalLineTexture;
|
|
||||||
Texture2D *checkBoxTexture;
|
|
||||||
Texture2D *checkedCeckBoxTextur;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//display font
|
//display font
|
||||||
Config &config= Config::getInstance();
|
Config &config= Config::getInstance();
|
||||||
string displayFontNamePrefix=config.getString("FontDisplayPrefix");
|
string displayFontNamePrefix=config.getString("FontDisplayPrefix");
|
||||||
|
Reference in New Issue
Block a user