]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.cpp
remove all trace of editMessage
[lyx.git] / src / insets / InsetTabular.cpp
index 05b8f199a2b5ea35824506c77e3db707df27d6e8..8ebfeb8110be19b35bf231ed363890daf9f7fcec 100644 (file)
@@ -11,6 +11,7 @@
  * \author John Levon
  * \author André Pönitz
  * \author Jürgen Vigna
+ * \author Uwe Stöhr
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -3294,12 +3295,6 @@ void InsetTabular::drawCellLines(Painter & pain, int x, int y,
 }
 
 
-docstring InsetTabular::editMessage() const
-{
-       return _("Opened table");
-}
-
-
 void InsetTabular::edit(Cursor & cur, bool front, EntryDirection)
 {
        //lyxerr << "InsetTabular::edit: " << this << endl;