]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfootlike.C
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / insetfootlike.C
index 8254da3008498ef59c304211b70a660fdd3a94bb..ecf1dc1bd4ee9cdbb7160b39ce037197480b40e5 100644 (file)
@@ -10,7 +10,6 @@
 
 #include <config.h>
 
-
 #include "insetfootlike.h"
 #include "lyxfont.h"
 #include "buffer.h"
@@ -32,8 +31,8 @@ InsetFootlike::InsetFootlike(BufferParams const & bp)
 }
 
 
-InsetFootlike::InsetFootlike(InsetFootlike const & in, bool same_id)
-       : InsetCollapsable(in, same_id)
+InsetFootlike::InsetFootlike(InsetFootlike const & in)
+       : InsetCollapsable(in)
 {
        LyXFont font(LyXFont::ALL_SANE);
        font.decSize();