X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiIdListModel.cpp;h=ceb88baaa5d2cdd152b653d513e3a47be87eb9b3;hb=a60b6d90d9c276d0d68dff8ff0f08adcd85b20fe;hp=807235297affe766b446490c3e613f30972c7914;hpb=e3699e1a473d0418433aaeae64b4debf4f8e3fcb;p=lyx.git diff --git a/src/frontends/qt4/GuiIdListModel.cpp b/src/frontends/qt4/GuiIdListModel.cpp index 807235297a..ceb88baaa5 100644 --- a/src/frontends/qt4/GuiIdListModel.cpp +++ b/src/frontends/qt4/GuiIdListModel.cpp @@ -21,11 +21,6 @@ using std::vector; namespace lyx { namespace frontend { -GuiIdListModel::GuiIdListModel() : - QAbstractListModel() -{} - - QVariant GuiIdListModel::data(QModelIndex const & index, int role) const { int const row = index.row();