Remove Unused varible
This commit is contained in:
@@ -242,8 +242,6 @@ class GameViewer : public wxListView
|
|||||||
std::vector<std::string> m_games;
|
std::vector<std::string> m_games;
|
||||||
std::vector<GameInfo> m_game_data;
|
std::vector<GameInfo> m_game_data;
|
||||||
ColumnsArr m_columns;
|
ColumnsArr m_columns;
|
||||||
|
|
||||||
int n_lastItem;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user