diff options
Diffstat (limited to 'src/gui/models/modelistmodel.cpp')
-rw-r--r-- | src/gui/models/modelistmodel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/models/modelistmodel.cpp b/src/gui/models/modelistmodel.cpp index 20e4348bb..411bb3450 100644 --- a/src/gui/models/modelistmodel.cpp +++ b/src/gui/models/modelistmodel.cpp @@ -98,4 +98,3 @@ int ModeListModel::getIndexOf(const std::string &widthXHeightMode) } return -1; } - |