summaryrefslogtreecommitdiffstats
path: root/pokemod/Store.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/Store.h')
-rw-r--r--pokemod/Store.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/pokemod/Store.h b/pokemod/Store.h
index a13ca982..256b9697 100644
--- a/pokemod/Store.h
+++ b/pokemod/Store.h
@@ -47,9 +47,6 @@ class Store : public Object
Store& operator=(const Store& rhs);
private:
bool validate() const;
- void clear()
- {
- }
QString m_name;
QList<int> m_items;