]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetText.cpp
remove all trace of editMessage
[features.git] / src / insets / InsetText.cpp
index eb01cfb23c1cfd36330fb5e131a08c5fedb79e9b..ed386caa18b79634359da811c799c84a846f849f 100644 (file)
@@ -238,12 +238,6 @@ void InsetText::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-docstring InsetText::editMessage() const
-{
-       return _("Opened Text Inset");
-}
-
-
 void InsetText::edit(Cursor & cur, bool front, EntryDirection entry_from)
 {
        pit_type const pit = front ? 0 : paragraphs().size() - 1;