summaryrefslogtreecommitdiff
path: root/src/viewport_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/viewport_func.h')
-rw-r--r--src/viewport_func.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/viewport_func.h b/src/viewport_func.h
index ff59dbb9a..9093166dd 100644
--- a/src/viewport_func.h
+++ b/src/viewport_func.h
@@ -28,11 +28,6 @@ ViewPort *IsPtInWindowViewport(const Window *w, int x, int y);
Point GetTileBelowCursor();
void UpdateViewportPosition(Window *w);
-/**
- * Mark all viewports dirty for repaint.
- *
- * @ingroup dirty
- */
void MarkAllViewportsDirty(int left, int top, int right, int bottom);
bool DoZoomInOutWindow(ZoomStateChange how, Window *w);