summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/window.cpp b/src/window.cpp
index 70fee8754..222dd04d1 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -591,16 +591,6 @@ void Window::SetDirty() const
SetDirtyBlocks(this->left, this->top, this->left + this->width, this->top + this->height);
}
-/**
- * Mark entire window as dirty (in need of re-paint)
- * @param w Window to redraw
- * @ingroup dirty
- */
-void SetWindowDirty(const Window *w)
-{
- if (w != NULL) w->SetDirty();
-}
-
/** Re-initialize a window. */
void Window::ReInit()
{