]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetRef.h
Use new display() values to remove some inset hardcoding.
[features.git] / src / insets / InsetRef.h
index 0f5a5b201d87983b5cd66d64dd3073240124a965..c42aa1fa7284f537b22d5737cc03390243705525 100644 (file)
@@ -49,14 +49,12 @@ public:
        docstring toolTip(BufferView const &, int, int) const
                { return tooltip_; }
        ///
-  docstring getTOCString() const;
+       docstring getTOCString() const;
        ///
        bool hasSettings() const { return true; }
        ///
        InsetCode lyxCode() const { return REF_CODE; }
        ///
-       DisplayType display() const { return Inline; }
-       ///
        void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstringstream & ods, OutputParams const & op,