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
This commit is contained in:
Enrico Forestieri 2010-11-18 09:58:35 +00:00
parent 4c1d8f5f96
commit 04fb3f0d06
2 changed files with 2 additions and 6 deletions

View 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)
{}

View 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_;