mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
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:
parent
f997b92ece
commit
34889ec7b3
@ -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
|
||||
|
@ -58,8 +58,6 @@ private:
|
||||
void gotoRef(std::string const &);
|
||||
///
|
||||
void gotoBookmark();
|
||||
///
|
||||
int bufferNum() const;
|
||||
|
||||
///
|
||||
void closeEvent(QCloseEvent * e);
|
||||
|
Loading…
Reference in New Issue
Block a user