(svn r12790) -Codechange: code style fixes. Patch by Alberth.

This commit is contained in:
rubidium
2008-04-19 13:28:48 +00:00
parent 24b5c91039
commit 752c8d8f2e
3 changed files with 26 additions and 30 deletions

View File

@@ -32,7 +32,6 @@ void DeleteNonVitalWindows();
void DeleteAllNonVitalWindows();
void HideVitalWindows();
void ShowVitalWindows();
Window **FindWindowZPosition(const Window *w);
void InvalidateWindow(WindowClass cls, WindowNumber number);
void InvalidateWindowWidget(WindowClass cls, WindowNumber number, byte widget_index);