Removed obsolete code. (Fix for bug #17499.)
This commit is contained in:
parent
c1cfb3a7ae
commit
55b9641496
1 changed files with 1 additions and 11 deletions
|
@ -797,17 +797,7 @@ REPORT_GENERATOR(observers)
|
|||
return image_report(game_config::images::observer, str.str());
|
||||
}
|
||||
|
||||
#ifdef DISABLE_EDITOR
|
||||
REPORT_GENERATOR(selected_terrain, false)
|
||||
{
|
||||
return report();
|
||||
}
|
||||
|
||||
REPORT_GENERATOR(edit_left_button_function)
|
||||
{
|
||||
return report();
|
||||
}
|
||||
#else
|
||||
#ifndef DISABLE_EDITOR
|
||||
namespace editor {
|
||||
extern std::string selected_terrain, left_button_function;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue