summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/window.cpp b/src/window.cpp
index 413d1c2e..14a11011 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -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;