Remove unused game_logo variable.

This commit is contained in:
Mark de Wever 2010-10-08 19:45:32 +00:00
parent 7be275f3e1
commit 59e3676759
3 changed files with 0 additions and 4 deletions

View file

@ -75,7 +75,6 @@
[images]
game_title="maps/wesnoth.png"
game_logo="misc/logo.png"
moved_orb="misc/orb-moved.png"
unmoved_orb="misc/orb-unmoved.png"

View file

@ -65,7 +65,6 @@ namespace game_config
namespace images {
std::string game_title,
game_logo,
// orbs and hp/xp bar
moved_orb,
unmoved_orb,
@ -186,7 +185,6 @@ namespace game_config
if(const config &i = v.child("images")){
using namespace game_config::images;
game_title = i["game_title"].str();
game_logo = i["game_logo"].str();
moved_orb = i["moved_orb"].str();
unmoved_orb = i["unmoved_orb"].str();

View file

@ -72,7 +72,6 @@ namespace game_config
namespace images {
extern std::string game_title,
game_logo,
// orbs and hp/xp bar
moved_orb,
unmoved_orb,