]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiIdListModel.cpp
Help from Andre.
[lyx.git] / src / frontends / qt4 / GuiIdListModel.cpp
index 807235297affe766b446490c3e613f30972c7914..ceb88baaa5d2cdd152b653d513e3a47be87eb9b3 100644 (file)
@@ -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();