Remove unused Outline_mode

clang whines for unused `static const` variables.  Remove unused
Outline_mode to eliminate the warning.

Reported-by: btb <21f6d0d52b>
This commit is contained in:
Kp 2015-04-30 03:32:27 +00:00
parent 6431b9d821
commit 23af709aa0

View file

@ -125,7 +125,7 @@ static const int _search_mode = 0;
#ifdef NDEBUG //if no debug code, set these vars to constants
static const int Outline_mode = 0, Show_only_curside = 0;
const int Show_only_curside = 0;
#else