remove Clone() and EmptyClone() methods from NCurses::Window and derives
these functions served no purpose.
This commit is contained in:
@@ -827,11 +827,6 @@ Window &Window::operator<<(size_t s)
|
||||
return *this;
|
||||
}
|
||||
|
||||
Window * Window::EmptyClone() const
|
||||
{
|
||||
return new Window(GetStartX(), GetStartY(), GetWidth(), GetHeight(), itsTitle, itsBaseColor, itsBorder);
|
||||
}
|
||||
|
||||
std::string ToString(const std::wstring &ws)
|
||||
{
|
||||
std::string result;
|
||||
|
||||
Reference in New Issue
Block a user