]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcaption.h
remove remaining needFullRow()
[lyx.git] / src / insets / insetcaption.h
index f864cb8d9ee7fd9721080b335fd54e28ffa296a8..c62e20ec5b8192d507ff312960521e4c15e71a69 100644 (file)
@@ -28,8 +28,6 @@ public:
        ///
        virtual bool display() const;
        ///
-       virtual bool needFullRow() const;
-       ///
        virtual InsetOld::Code lyxCode() const;
        ///
        virtual string const editMessage() const;
@@ -52,13 +50,6 @@ bool InsetCaption::display() const
 }
 
 
-inline
-bool InsetCaption::needFullRow() const
-{
-       return true;
-}
-
-
 inline
 InsetOld::Code InsetCaption::lyxCode() const
 {