remove Clone() and EmptyClone() methods from NCurses::Window and derives

these functions served no purpose.
This commit is contained in:
Andrzej Rybczak
2009-09-16 03:10:53 +00:00
parent 21468d9537
commit fc6d367f75
5 changed files with 0 additions and 24 deletions

View File

@@ -215,8 +215,3 @@ Scrollpad &Scrollpad::operator<<(const std::string &s)
}
#endif // _UTF8
Scrollpad *Scrollpad::EmptyClone() const
{
return new Scrollpad(GetStartX(), GetStartY(), GetWidth(), GetHeight(), itsTitle, itsBaseColor, itsBorder);
}