Skip to content

Commit

Permalink
Menu Item: cleaned up includes and a stray macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed May 18, 2017
1 parent 2f18c4c commit 49bd6cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions src/game_events/menu_item.cpp
Expand Up @@ -24,16 +24,11 @@
#include "game_events/manager.hpp"
#include "game_events/pump.hpp"

#include "actions/undo.hpp"
#include "game_config.hpp"
#include "game_data.hpp"
#include "hotkey/hotkey_command.hpp"
#include "hotkey/hotkey_handler.hpp"
#include "log.hpp"
#include "mouse_handler_base.hpp"
#include "play_controller.hpp"
#include "preferences/general.hpp"
#include "replay.hpp"
#include "replay_helper.hpp"
#include "resources.hpp"
#include "synced_context.hpp"
Expand Down Expand Up @@ -164,7 +159,6 @@ bool wml_menu_item::can_show(const map_location& hex, const game_data& data, fil
return true;
}

#define STR(X) #X
void wml_menu_item::fire_event(const map_location& event_hex, const game_data& data) const
{
if(!this->is_synced()) {
Expand Down
2 changes: 0 additions & 2 deletions src/game_events/menu_item.hpp
Expand Up @@ -20,13 +20,11 @@
#pragma once

#include "config.hpp"
#include "tstring.hpp"
#include "variable.hpp"

class filter_context;
class game_data;
struct map_location;
class unit_map;

namespace game_events
{
Expand Down

0 comments on commit 49bd6cb

Please sign in to comment.