]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFootlike.cpp
- Simplify prefs, graphics and external display options which are now true or false.
[lyx.git] / src / insets / InsetFootlike.cpp
index 872c8b19ee99d3bf4484d6810bd52ce832cc7a87..08cc220374d1f51ab3904aff34a78e4b9d41d0ee 100644 (file)
@@ -24,13 +24,8 @@ using namespace std;
 namespace lyx {
 
 
-InsetFootlike::InsetFootlike(BufferParams const & bp)
-       : InsetCollapsable(bp)
-{}
-
-
-InsetFootlike::InsetFootlike(InsetFootlike const & in)
-       : InsetCollapsable(in)
+InsetFootlike::InsetFootlike(Buffer const & buf)
+       : InsetCollapsable(buf)
 {}