From d89095b3ecb9c326e169db33294efac9b818276a Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 18 Jan 2011 21:58:22 +0000 Subject: (svn r21843) -Codechange: move documentation towards the code to make it more likely to be updates [t-z]. --- src/viewport_func.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/viewport_func.h') 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); -- cgit v1.2.3-54-g00ecf