Removed obsolete code. (Fix for bug #17499.)

This commit is contained in:
Guillaume Melquiond 2011-01-15 14:02:19 +00:00
parent c1cfb3a7ae
commit 55b9641496

View file

@ -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;
}