mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
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:
parent
4c1d8f5f96
commit
04fb3f0d06
@ -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)
|
||||
{}
|
||||
|
||||
|
||||
|
@ -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_;
|
||||
|
Loading…
Reference in New Issue
Block a user