From 34889ec7b3f7a0bd523983c6359ccc8a4832bb57 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Sat, 20 Oct 2007 14:56:46 +0000 Subject: [PATCH] remove unused method git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21082 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiRef.cpp | 5 ----- src/frontends/qt4/GuiRef.h | 2 -- 2 files changed, 7 deletions(-) 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); -- 2.39.5