From ee02dd7dadb00e51a04b65e38603d77e9cfa1848 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Apr 2008 20:28:58 +0000 Subject: (svn r12619) -Codechange: lots of documentation about window related stuff. Patch by Alberth. --- src/window_func.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/window_func.h') diff --git a/src/window_func.h b/src/window_func.h index 4bdcad3cd..9b6b6f66c 100644 --- a/src/window_func.h +++ b/src/window_func.h @@ -8,11 +8,6 @@ #include "window_type.h" #include "player_type.h" -/** - * Marks the window as dirty for repaint. - * - * @ingroup dirty - */ void SetWindowDirty(const Window *w); void SendWindowMessage(WindowClass wnd_class, WindowNumber wnd_num, int msg, int wparam, int lparam); void SendWindowMessageClass(WindowClass wnd_class, int msg, int wparam, int lparam); -- cgit v1.2.3-54-g00ecf