diff -r e35266003390 -r 7624f942237f src/signs_gui.cpp --- a/src/signs_gui.cpp Tue Mar 06 23:42:30 2007 +0000 +++ b/src/signs_gui.cpp Wed Mar 07 11:47:46 2007 +0000 @@ -37,7 +37,7 @@ return strcmp(buf1, _bufcache); // sort by name } -static void GlobalSortSignList(void) +static void GlobalSortSignList() { const Sign *si; uint n = 0; @@ -137,7 +137,7 @@ }; -void ShowSignList(void) +void ShowSignList() { Window *w;