diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-05-20 22:24:45 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-05-20 22:24:45 +0000 |
| commit | d910d8ec38e0c33eeb32b7ceaaea9b40632cbd17 (patch) | |
| tree | a2fd6b050b2eea3bf26e6d04121e07a478ca5d16 /pokemodr/models/RootModel.cpp | |
| parent | 8ac53af4a15a59b8f6adf7a2468a1bd90a7cc549 (diff) | |
| download | sigen-d910d8ec38e0c33eeb32b7ceaaea9b40632cbd17.tar.gz sigen-d910d8ec38e0c33eeb32b7ceaaea9b40632cbd17.tar.xz sigen-d910d8ec38e0c33eeb32b7ceaaea9b40632cbd17.zip | |
[FIX] Models cleaned up (each class is now in its own file, parenting not hard-coded, etc.)
[FIX] Tree bug fixed! :)
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@157 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemodr/models/RootModel.cpp')
| -rw-r--r-- | pokemodr/models/RootModel.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pokemodr/models/RootModel.cpp b/pokemodr/models/RootModel.cpp index 4817ea04..7f9616e7 100644 --- a/pokemodr/models/RootModel.cpp +++ b/pokemodr/models/RootModel.cpp @@ -37,11 +37,6 @@ RootModel::~RootModel() { } -int RootModel::indexNumber() const -{ - return -1; -} - bool RootModel::insertRows(const int rows) { for (int i = 0; i < rows; ++i) |
