Remove unused function for when compiled without curses
diff --git a/cgminer.c b/cgminer.c
index eb8346a..f044b1d 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -2776,10 +2776,6 @@ void _wlogprint(const char *str)
unlock_curses();
}
}
-#else
-static void switch_logsize(bool __maybe_unused newdevs)
-{
-}
#endif
#ifdef HAVE_CURSES