Abdel thinks we should just get rid of this.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36887 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-12-14 23:43:45 +00:00
parent e8b75409ff
commit 7bc133b0a2
2 changed files with 0 additions and 13 deletions

View File

@ -154,17 +154,6 @@ void InsetNote::read(Lexer & lex)
}
void InsetNote::setButtonLabel()
{
docstring label = getLayout().labelstring();
if (label.empty())
label = notetranslator_loc().find(params_.type);
else
label = translateIfPossible(label);
setLabel(label);
}
bool InsetNote::showInsetDialog(BufferView * bv) const
{
bv->showDialog("note", params2string(params()),

View File

@ -78,8 +78,6 @@ private:
void write(std::ostream &) const;
///
void read(Lexer & lex);
///
void setButtonLabel();
/// show the note dialog
bool showInsetDialog(BufferView * bv) const;
///