]> git.lyx.org Git - features.git/commitdiff
Remove unused funcion Inset::scroll().
authorVincent van Ravesteijn <vfr@lyx.org>
Sun, 13 Feb 2011 09:41:13 +0000 (09:41 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sun, 13 Feb 2011 09:41:13 +0000 (09:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37617 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/Inset.h
src/insets/InsetTabular.h

index 8ccb6baa69b10cb35035f190653548d0631fc4a4..e62da465e9f35556e0f4d5d19a8820a4bec67f72 100644 (file)
@@ -539,8 +539,6 @@ public:
        ///
        virtual Dimension const dimension(BufferView const &) const;
        ///
-       int scroll() const { return 0; }
-       ///
        virtual ColorCode backgroundColor(PainterInfo const &) const;
        ///
        virtual ColorCode labelColor() const;
index 6903ae42a10f403d3bc3c17357cebe80e90fa72a..8d1c56c0dceba0c90a12778f13d179858bf148bf 100644 (file)
@@ -920,8 +920,6 @@ private:
        ///
        bool getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus &) const;
        ///
-       int scroll() const { return scx_; }
-       ///
        Inset * clone() const { return new InsetTabular(*this); }
 
        ///