remove unused helper function of the unused function removed in 2007-07-21T20:25:53Z!koraq@xs4all.nl

This commit is contained in:
Patrick Parker 2007-07-22 04:43:18 +00:00
parent 6f0709caf9
commit 3ee8174406

View file

@ -2199,12 +2199,6 @@ bool event_handler::handle_event(const queued_event& event_info, const vconfig c
}
static bool filter_loc_impl(const gamemap::location& loc, const std::string& xloc,
const std::string& yloc)
{
return loc.matches_range(xloc, yloc);
}
static bool process_event(event_handler& handler, const queued_event& ev)
{
if(handler.disabled())