Skip to content

Commit

Permalink
Remove last_target_time and last_title members from worldmap.hpp
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
tobbi committed Apr 7, 2015
1 parent ba1f3cb commit edd56a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions src/worldmap/worldmap.cpp
Expand Up @@ -108,8 +108,7 @@ WorldMap::WorldMap(const std::string& filename, Savegame& savegame, const std::s
in_level(false),
pan_pos(),
panning(false),
last_position(),
last_target_time()
last_position()
{
tux = std::make_shared<Tux>(this);
add_object(tux);
Expand Down
2 changes: 0 additions & 2 deletions src/worldmap/worldmap.hpp
Expand Up @@ -237,8 +237,6 @@ class WorldMap : public Screen
Vector get_camera_pos_for_tux();
void clamp_camera_position(Vector& c);
Vector last_position;
float last_target_time;
std::string last_title;

private:
WorldMap(const WorldMap&);
Expand Down

0 comments on commit edd56a6

Please sign in to comment.