remove wrapper for Scrollpad::SetFormating() used with --enable-unicode

This commit is contained in:
Andrzej Rybczak
2009-09-16 22:21:17 +00:00
parent cf3f8350c0
commit 6723808c4f
3 changed files with 3 additions and 5 deletions

View File

@@ -115,9 +115,7 @@ namespace NCurses
itsBuffer << obj;
return *this;
}
# 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);
# endif // _UTF8