From 7efd7e19ed046a4a0c03077f27930291ba5b9725 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 18 Jan 2011 22:31:06 +0000 Subject: (svn r21845) -Codechange: move documentation towards the code to make it more likely to be updates [d-m]. --- src/gfx_func.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/gfx_func.h') diff --git a/src/gfx_func.h b/src/gfx_func.h index 41d623f94..9a0c3e63f 100644 --- a/src/gfx_func.h +++ b/src/gfx_func.h @@ -128,25 +128,8 @@ int GetStringHeight(StringID str, int maxw); Dimension GetStringMultiLineBoundingBox(StringID str, const Dimension &suggestion); void LoadStringWidthTable(); -/** - * Let the dirty blocks repainting by the video driver. - * - * @ingroup dirty - */ void DrawDirtyBlocks(); - -/** - * Set a new dirty block. - * - * @ingroup dirty - */ void SetDirtyBlocks(int left, int top, int right, int bottom); - -/** - * Marks the whole screen as dirty. - * - * @ingroup dirty - */ void MarkWholeScreenDirty(); void GfxInitPalettes(); -- cgit v1.2.3-54-g00ecf