remove unused helper function of the unused function removed in 2007-07-21T20:25:53Z!koraq@xs4all.nl
This commit is contained in:
parent
6f0709caf9
commit
3ee8174406
1 changed files with 0 additions and 6 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Reference in a new issue