Remove unused game_logo variable.
This commit is contained in:
parent
7be275f3e1
commit
59e3676759
3 changed files with 0 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue