From 04fb3f0d0683374eacbabbbd6a5628641b67be14 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Thu, 18 Nov 2010 09:58:35 +0000 Subject: [PATCH] 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 --- src/mathed/MathStream.cpp | 4 ++-- src/mathed/MathStream.h | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) 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_; -- 2.39.5