removed completely unused mutable from multiplayer_lobby

This commit is contained in:
David Philippi 2007-01-02 21:37:05 +00:00
parent 8492cd99c3
commit 310d974e35

View file

@ -79,7 +79,7 @@ private:
std::pair<size_t, size_t> visible_range_;
std::vector<game_item> games_;
std::vector<size_t> redraw_items_;
mutable std::vector<int> widths_;
std::vector<int> widths_;
bool double_clicked_;
bool ignore_next_doubleclick_;
bool last_was_doubleclick_;