Skip to content

Commit

Permalink
Fix build with -Werror=unused-private-field
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkive committed Nov 13, 2018
1 parent 59397a4 commit ce3f6cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/generators/lua_map_generator.cpp
Expand Up @@ -28,7 +28,6 @@ lua_map_generator::lua_map_generator(const config & cfg, const config* vars)
, create_scenario_(cfg["create_scenario"])
, lk_(vars)
, generator_data_(cfg)
, vars_(vars)
{
lk_.load_core();
const char* required[] {"id", "config_name", "create_map"};
Expand Down
1 change: 0 additions & 1 deletion src/generators/lua_map_generator.hpp
Expand Up @@ -47,5 +47,4 @@ class lua_map_generator : public map_generator {
mapgen_lua_kernel lk_;

config generator_data_;
const config* vars_;
};

0 comments on commit ce3f6cc

Please sign in to comment.