]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetTabular.h
revert awful spaghetti (r33780)
[features.git] / src / insets / InsetTabular.h
index 2b8b049a925fa23c6a3d3be007291ec1d550dbb7..b6cb46109b77b0e3513e7894305108acf48f8b77 100644 (file)
@@ -483,12 +483,6 @@ public:
                ///
                int width;
                ///
-               int height;
-               ///
-               int ascent;
-               ///
-               int descent;
-               ///
                int multicolumn;
                ///
                int multirow;
@@ -555,10 +549,6 @@ public:
                bool newpage;
                /// caption
                bool caption;
-               ///
-               VAlignment valignment;
-               ///
-               int maxheight;
        };
        ///
        typedef std::vector<RowData> row_vector;