ConfigManager: remove bAutoHideCursor

It's not used, and sounds like the same thing as `HideCursor`?
This commit is contained in:
Michael Maltese
2017-05-31 23:16:47 -07:00
parent d712914d81
commit 14da8232f6
3 changed files with 3 additions and 5 deletions

View File

@ -132,7 +132,7 @@ struct SConfig : NonCopyable
// Interface settings
bool bConfirmStop = false;
bool bHideCursor = false, bAutoHideCursor = false;
bool bHideCursor = false;
bool bUsePanicHandlers = true;
bool bOnScreenDisplayMessages = true;
std::string theme_name;