Browse Source

core: remove ifdef from opt_compact and opt_incognito declaration.

build-mingw
Noel Maersk 11 years ago
parent
commit
9c0f912434
  1. 2
      sgminer.c

2
sgminer.c

@ -87,10 +87,8 @@ bool use_syslog; @@ -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;

Loading…
Cancel
Save