mirror of
https://github.com/glest/glest-source.git
synced 2025-08-19 22:51:24 +02:00
- removed unreferenced variables to cleanup warnings
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user