]> git.lyx.org Git - features.git/commitdiff
this we don't use anymore
authorEdwin Leuven <e.leuven@gmail.com>
Thu, 24 Apr 2008 15:54:04 +0000 (15:54 +0000)
committerEdwin Leuven <e.leuven@gmail.com>
Thu, 24 Apr 2008 15:54:04 +0000 (15:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24488 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetTabular.h

index 149ea8012143d11ea8011a21b20378ed6b234953..6a761271166dd08c3d92758d17fcb56789ece93c 100644 (file)
@@ -485,10 +485,6 @@ public:
                int ascent;
                ///
                int descent;
-               ///
-               bool top_line;
-               ///
-               bool bottom_line;
                /// Extra space between the top line and this row
                Length top_space;
                /// Ignore top_space if true and use the default top space
@@ -526,10 +522,6 @@ public:
                ///
                VAlignment valignment;
                ///
-               bool left_line;
-               ///
-               bool right_line;
-               ///
                int width;
                ///
                Length p_width;