src/signs_gui.cpp
changeset 6573 7624f942237f
parent 6144 5a0ffbf27ced
child 6719 4cc327ad39d5
--- 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;