]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFootlike.cpp
Remove all BufferParam arguments in InsetXXX methods (since insets know about their...
[lyx.git] / src / insets / InsetFootlike.cpp
index ce82e6461a2731a6236862621227936b326c00bd..f9adfab0c105e5db04d2a0117368cb64474dac73 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -29,11 +29,6 @@ InsetFootlike::InsetFootlike(Buffer const & buf)
 {}
 
 
-InsetFootlike::InsetFootlike(InsetFootlike const & in)
-       : InsetCollapsable(in)
-{}
-
-
 void InsetFootlike::metrics(MetricsInfo & mi, Dimension & dim) const
 {
        FontInfo tmpfont = mi.base.font;