summaryrefslogtreecommitdiff
path: root/src/scrollpad.cpp
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2009-09-16 03:10:53 +0000
committerAndrzej Rybczak <electricityispower@gmail.com>2009-09-16 03:10:53 +0000
commitfc6d367f750bf380023c5096783c747cfad68e6b (patch)
treece741081c0b0272b1e34bb2457404091b4d76519 /src/scrollpad.cpp
parent21468d9537931e4dbae2d0992859270f2b9a6353 (diff)
remove Clone() and EmptyClone() methods from NCurses::Window and derives
these functions served no purpose.
Diffstat (limited to 'src/scrollpad.cpp')
-rw-r--r--src/scrollpad.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/scrollpad.cpp b/src/scrollpad.cpp
index 96d0dcfd..cdb7cb25 100644
--- a/src/scrollpad.cpp
+++ b/src/scrollpad.cpp
@@ -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);
-}
-