From: Georg Baum Date: Sat, 25 Jun 2016 18:31:14 +0000 (+0200) Subject: remove unused declaration X-Git-Tag: 2.3.0alpha1~1406 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=deaaf9bfe2e698fcf0007d7ced2309bfabb8d8cc;p=features.git remove unused declaration --- 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);