remove unused method

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21082 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2007-10-20 14:56:46 +00:00
parent f997b92ece
commit 34889ec7b3
2 changed files with 0 additions and 7 deletions

View 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

View File

@ -58,8 +58,6 @@ private:
void gotoRef(std::string const &);
///
void gotoBookmark();
///
int bufferNum() const;
///
void closeEvent(QCloseEvent * e);