summaryrefslogtreecommitdiff
path: root/src/signs_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/signs_gui.cpp')
-rw-r--r--src/signs_gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/signs_gui.cpp b/src/signs_gui.cpp
index 038260f20..754500700 100644
--- a/src/signs_gui.cpp
+++ b/src/signs_gui.cpp
@@ -37,7 +37,7 @@ static int CDECL SignNameSorter(const void *a, const void *b)
return strcmp(buf1, _bufcache); // sort by name
}
-static void GlobalSortSignList(void)
+static void GlobalSortSignList()
{
const Sign *si;
uint n = 0;
@@ -137,7 +137,7 @@ static const WindowDesc _sign_list_desc = {
};
-void ShowSignList(void)
+void ShowSignList()
{
Window *w;