]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.h
"Inter-word Space"
[lyx.git] / src / tabular.h
index 92916cd7a80b8278bd9be3032c30762479ec7e05..8aaee3509e669e48770ca3cd49bb9305e0c7d61b 100644 (file)
@@ -182,18 +182,12 @@ public:
        LyXTabular(BufferParams const &,
                   InsetTabular *, LyXTabular const &);
        ///
-       //LyXTabular(BufferParams const &,
-       //         InsetTabular *, LyXTabular const &, bool same_id = false);
-       ///
        explicit
        LyXTabular(Buffer const *, InsetTabular *, LyXLex & lex);
        ///
        LyXTabular & operator=(LyXTabular const &);
        ///
        LyXTabular * clone(BufferParams const &, InsetTabular *);
-       ///
-       //LyXTabular * clone(BufferParams const &,
-       //                 InsetTabular *, bool same_id = false);
 
        /// Returns true if there is a topline, returns false if not
        bool TopLine(int cell, bool onlycolumn = false) const;