1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-09 13:34:18 +00:00

core: remove ifdef from opt_compact and opt_incognito declaration.

This commit is contained in:
Noel Maersk 2014-03-02 19:09:34 +02:00
parent 428061e416
commit 9c0f912434

View File

@ -87,10 +87,8 @@ bool use_syslog;
bool opt_quiet;
bool opt_realquiet;
bool opt_loginput;
#ifdef HAVE_CURSES
bool opt_compact;
bool opt_incognito;
#endif
const int opt_cutofftemp = 95;
int opt_log_interval = 5;