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

@@ -116,8 +116,6 @@ namespace NCurses
return *this;
}
Scrollpad &operator<<(std::ostream &(*os)(std::ostream &));
# ifdef _UTF8
bool SetFormatting(short vb, const std::string &s, short ve, bool for_each = 1) { return SetFormatting(vb, ToWString(s), ve, for_each); }
Scrollpad &operator<<(const std::string &s);