]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.cpp
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetNote.cpp
index d9eb2f36991b54b0f6ea4160688d72c6979ba1cf..31df791f59a0e237df21bbc194a60b598da16804 100644 (file)
@@ -116,12 +116,6 @@ docstring InsetNote::layoutName() const
 }
 
 
-Inset::DisplayType InsetNote::display() const
-{
-       return Inline;
-}
-
-
 void InsetNote::write(ostream & os) const
 {
        params_.write(os);