src/window_func.h
changeset 8857 7593af4962e6
parent 8348 4d7c1c5055b3
child 8995 f6b859375e10
--- a/src/window_func.h	Mon Apr 07 20:18:51 2008 +0000
+++ b/src/window_func.h	Mon Apr 07 20:28:58 2008 +0000
@@ -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);