]> git.lyx.org Git - lyx.git/commitdiff
Remove a MathStream and HtmlStream member which is used nowhere.
authorEnrico Forestieri <forenr@lyx.org>
Thu, 18 Nov 2010 09:58:35 +0000 (09:58 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Thu, 18 Nov 2010 09:58:35 +0000 (09:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36368 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/MathStream.cpp
src/mathed/MathStream.h

index b142f7e9c04b2d63632d86f57b78883eaf9d6023..c06eb90895fa3e1289dfcd7120b80703c048cee7 100644 (file)
@@ -252,7 +252,7 @@ WriteStream & operator<<(WriteStream & ws, unsigned int i)
 
 
 MathStream::MathStream(odocstream & os)
-       : os_(os), tab_(0), line_(0), lastchar_(0), in_text_(false)
+       : os_(os), tab_(0), line_(0), in_text_(false)
 {}
 
 
@@ -350,7 +350,7 @@ MathStream & operator<<(MathStream & ms, docstring const & s)
 
 
 HtmlStream::HtmlStream(odocstream & os)
-       : os_(os), tab_(0), line_(0), lastchar_(0), in_text_(false)
+       : os_(os), tab_(0), line_(0), in_text_(false)
 {}
 
 
index 70fdf30ef63454ad57be4578969d5563d0ba24ce..334bd4de89ca8c4d18b3aec00aff6b0e4cd884c0 100644 (file)
@@ -303,8 +303,6 @@ private:
        ///
        int line_;
        ///
-       char lastchar_;
-       ///
        bool in_text_;
        ///
        odocstringstream deferred_;
@@ -393,8 +391,6 @@ private:
        ///
        int line_;
        ///
-       char lastchar_;
-       ///
        bool in_text_;
        ///
        odocstringstream deferred_;