remove Clone() and EmptyClone() methods from NCurses::Window and derives
these functions served no purpose.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user