From 82c85f25d00092d481da9a3753b651ad337d203a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Vigna?= Date: Fri, 19 May 2000 12:54:07 +0000 Subject: [PATCH] removed the default tabular-inset-define git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@742 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/buffer.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5