Skip to content

Commit

Permalink
remove declarations of fcns that we were moved
Browse files Browse the repository at this point in the history
fixes up a4b194c
  • Loading branch information
cbeck88 committed Jun 18, 2014
1 parent c3ad891 commit bc4b4a9
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/unit.hpp
Expand Up @@ -511,19 +511,6 @@ struct unit_movement_resetter
int moves_;
};

/// Used to find units in vectors by their ID. (Convenience wrapper)
std::vector<UnitPtr >::iterator find_if_matches_id(
std::vector<UnitPtr > &unit_list,
const std::string &unit_id);
/// Used to find units in vectors by their ID. (Convenience wrapper)
std::vector<UnitPtr >::const_iterator find_if_matches_id(
const std::vector<UnitPtr > &unit_list,
const std::string &unit_id);
/// Used to erase units from vectors by their ID. (Convenience wrapper)
std::vector<UnitPtr >::iterator erase_if_matches_id(
std::vector<UnitPtr > &unit_list,
const std::string &unit_id);

/** Returns the number of units of the side @a side_num. */
int side_units(int side_num);

Expand Down

0 comments on commit bc4b4a9

Please sign in to comment.