From: Enrico Forestieri Date: Thu, 18 Nov 2010 09:58:35 +0000 (+0000) Subject: Remove a MathStream and HtmlStream member which is used nowhere. X-Git-Tag: 2.0.0~1797 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=04fb3f0d0683374eacbabbbd6a5628641b67be14;p=lyx.git Remove a MathStream and HtmlStream member which is used nowhere. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36368 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/MathStream.cpp b/src/mathed/MathStream.cpp index b142f7e9c0..c06eb90895 100644 --- a/src/mathed/MathStream.cpp +++ b/src/mathed/MathStream.cpp @@ -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) {} diff --git a/src/mathed/MathStream.h b/src/mathed/MathStream.h index 70fdf30ef6..334bd4de89 100644 --- a/src/mathed/MathStream.h +++ b/src/mathed/MathStream.h @@ -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_;