From deaaf9bfe2e698fcf0007d7ced2309bfabb8d8cc Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sat, 25 Jun 2016 20:31:14 +0200 Subject: [PATCH] remove unused declaration --- src/frontends/qt4/GuiView.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontends/qt4/GuiView.h b/src/frontends/qt4/GuiView.h index c3ccdbd80a..33bfd97b05 100644 --- a/src/frontends/qt4/GuiView.h +++ b/src/frontends/qt4/GuiView.h @@ -364,8 +364,6 @@ private: /// void insertLyXFile(docstring const & fname); /// - void insertPlaintextFile(docstring const & fname, - bool asParagraph); /// Open Export As ... dialog. \p iformat is the format the /// filter is initially set to. bool exportBufferAs(Buffer & b, docstring const & iformat);