From: Jürgen Vigna Date: Fri, 19 May 2000 12:54:07 +0000 (+0000) Subject: removed the default tabular-inset-define X-Git-Tag: 1.6.10~22239 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=82c85f25d00092d481da9a3753b651ad337d203a;p=features.git removed the default tabular-inset-define git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@742 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/buffer.C b/src/buffer.C index 156629f577..b55da2e5e2 100644 --- a/src/buffer.C +++ b/src/buffer.C @@ -229,7 +229,7 @@ void Buffer::fileName(string const & newfile) // else insert behavior // Returns false if "\the_end" is not read for formats >= 2.13. (Asger) #define USE_PARSE_FUNCTION 1 -#define USE_TABULAR_INSETS 1 +//#define USE_TABULAR_INSETS 1 bool Buffer::readLyXformat2(LyXLex & lex, LyXParagraph * par) { string tmptok;