]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcollapsable.h
Fix bug 2884 and 3437:
[lyx.git] / src / insets / insetcollapsable.h
index af7469aed2178f4cc716af352cdef1a81423f3bf..5bc909ea621afe21d999b544ab56f2fd7bb4d5d9 100644 (file)
@@ -98,8 +98,6 @@ protected:
        InsetBase * editXY(LCursor & cur, int x, int y);
        ///
        void setInlined() { status_ = Inlined; }
-       /// Is the width forced to some value?
-       virtual bool hasFixedWidth() const { return false; }
        ///
        docstring floatName(std::string const & type, BufferParams const &) const;