summaryrefslogtreecommitdiffstats
path: root/pokemodr/models/SoundModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemodr/models/SoundModel.cpp')
-rw-r--r--pokemodr/models/SoundModel.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/pokemodr/models/SoundModel.cpp b/pokemodr/models/SoundModel.cpp
index 00d5c0ae..739ac34c 100644
--- a/pokemodr/models/SoundModel.cpp
+++ b/pokemodr/models/SoundModel.cpp
@@ -76,8 +76,3 @@ bool SoundModel::setData(const QVariant& value, int role)
}
return false;
}
-
-int SoundModel::indexNumber() const
-{
- return static_cast<const Pokemod*>(m_object->parent())->natureIndex(m_object->id());
-}