Commit 4a25fe02d4630c2e0aff9bf4251eeb355f5644e8

Con Kolivas 2014-04-18T10:42:27

Remove unused function for when compiled without curses

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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