]> git.lyx.org Git - lyx.git/commitdiff
remove unused method
authorAndré Pönitz <poenitz@gmx.net>
Sat, 20 Oct 2007 14:56:46 +0000 (14:56 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Sat, 20 Oct 2007 14:56:46 +0000 (14:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21082 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiRef.cpp
src/frontends/qt4/GuiRef.h

index 8037e4d1aad370dc26c2051c470cb0a280ba3f6a..1bb852685abba7466beab0c086f59cf9ffa1df46 100644 (file)
@@ -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
index 72630684afdf288854a03a2182306c6095a4c6b4..c7945f3af438cb9a4633b791d7130120b0c443ca 100644 (file)
@@ -58,8 +58,6 @@ private:
        void gotoRef(std::string const &);
        ///
        void gotoBookmark();
-       ///
-       int bufferNum() const;
 
        ///
        void closeEvent(QCloseEvent * e);