remove NCurses::Scrollpad::operator<<(std::ostream &(*os)(std::ostream&))

it wasn't used, also if it was, probably it
wouldn't work in this case, so bye bye.
This commit is contained in:
Andrzej Rybczak
2009-09-16 21:06:37 +00:00
parent d3a9dcf53c
commit cf3f8350c0
2 changed files with 0 additions and 8 deletions

View File

@@ -201,12 +201,6 @@ void Scrollpad::Clear(bool clear_screen)
Refresh();
}
Scrollpad &Scrollpad::operator<<(std::ostream &(*os)(std::ostream&))
{
itsBuffer << os;
return *this;
}
#ifdef _UTF8
Scrollpad &Scrollpad::operator<<(const std::string &s)
{