summaryrefslogtreecommitdiffstats
path: root/pokemodr/models/MapModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemodr/models/MapModel.cpp')
-rw-r--r--pokemodr/models/MapModel.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/pokemodr/models/MapModel.cpp b/pokemodr/models/MapModel.cpp
index 57d5e5ee..5a0e76a0 100644
--- a/pokemodr/models/MapModel.cpp
+++ b/pokemodr/models/MapModel.cpp
@@ -85,16 +85,6 @@ bool MapModel::setData(const QVariant& value, int role)
return false;
}
-bool MapModel::insertRows(const int /*rows*/)
-{
- return false;
-}
-
-bool MapModel::removeRows(const int /*position*/, const int /*rows*/)
-{
- return false;
-}
-
void MapModel::setupData()
{
m_objects.append(new MapEffectGroupModel(this, static_cast<Map*>(m_object)));