]> git.lyx.org Git - features.git/commitdiff
removed the default tabular-inset-define
authorJürgen Vigna <jug@sad.it>
Fri, 19 May 2000 12:54:07 +0000 (12:54 +0000)
committerJürgen Vigna <jug@sad.it>
Fri, 19 May 2000 12:54:07 +0000 (12:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@742 a592a061-630c-0410-9148-cb99ea01b6c8

src/buffer.C

index 156629f5775a0189cfbdda6466b2d82a91d6b6c2..b55da2e5e20dd963134a04ca8e907d8f37ec7132 100644 (file)
@@ -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;