]> git.lyx.org Git - lyx.git/blobdiff - src/bufferparams.h
Fix small bug in reading \set_color in lyxrc
[lyx.git] / src / bufferparams.h
index 3612af04fc730586e6823eb20b2a36802a5c771a..72d601b508ed44675a431ea0adbe3aad39b9063e 100644 (file)
@@ -133,7 +133,7 @@ public:
        ///
        string fontsize; 
        ///
-       LyXTextClassList::ClassList::size_type textclass;
+       LyXTextClassList::size_type textclass;
 
        /* this are for the PaperLayout */
        ///
@@ -204,8 +204,6 @@ public:
        void readLanguage(LyXLex &);
        ///
        void readGraphicsDriver(LyXLex &);
-       /// do we allow accents on all chars in this buffer
-       bool allowAccents;
        ///
         bool use_amsmath;
        /// Time ago we agreed that this was a buffer property [ale990407]