]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/GuiErrorList.cpp
Amend 4cd568d31266
[lyx.git] / src / frontends / qt / GuiErrorList.cpp
index 0b625ccd519bf5ad2a73fca67919a165d0973b5e..e7dc3766f5b3a10192ad732b7efd1b94a36871c7 100644 (file)
@@ -21,7 +21,6 @@
 #include "FuncStatus.h"
 #include "BufferList.h"
 #include "LyX.h"
-#include "ParIterator.h"
 #include "Text.h"
 #include "TexRow.h"
 
@@ -58,7 +57,7 @@ namespace lyx {
 namespace frontend {
 
 GuiErrorList::GuiErrorList(GuiView & lv)
-       : GuiDialog(lv, "errorlist", qt_("Error List")), buf_(0), from_master_(false)
+       : GuiDialog(lv, "errorlist", qt_("Error List")), buf_(nullptr), from_master_(false)
 {
        setupUi(this);
 
@@ -179,8 +178,6 @@ bool GuiErrorList::goTo(int item)
 }
 
 
-Dialog * createGuiErrorList(GuiView & lv) { return new GuiErrorList(lv); }
-
 } // namespace frontend
 } // namespace lyx