From: André Pönitz Date: Sat, 20 Oct 2007 14:56:46 +0000 (+0000) Subject: remove unused method X-Git-Tag: 1.6.10~7753 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=34889ec7b3f7a0bd523983c6359ccc8a4832bb57;p=lyx.git remove unused method git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21082 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiRef.cpp b/src/frontends/qt4/GuiRef.cpp index 8037e4d1aa..1bb852685a 100644 --- a/src/frontends/qt4/GuiRef.cpp +++ b/src/frontends/qt4/GuiRef.cpp @@ -378,11 +378,6 @@ void GuiRef::gotoBookmark() } -int GuiRef::bufferNum() const -{ -} - - bool GuiRef::initialiseParams(string const & data) { // The name passed with LFUN_INSET_APPLY is also the name diff --git a/src/frontends/qt4/GuiRef.h b/src/frontends/qt4/GuiRef.h index 72630684af..c7945f3af4 100644 --- a/src/frontends/qt4/GuiRef.h +++ b/src/frontends/qt4/GuiRef.h @@ -58,8 +58,6 @@ private: void gotoRef(std::string const &); /// void gotoBookmark(); - /// - int bufferNum() const; /// void closeEvent(QCloseEvent * e);