Remove unused variable

This commit is contained in:
Jonas Kvinge 2018-07-05 03:28:32 +02:00
parent 3a228c42bb
commit 670cd4e081
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@ set(STRAWBERRY_VERSION_MINOR 2)
set(STRAWBERRY_VERSION_PATCH 1)
#set(STRAWBERRY_VERSION_PRERELEASE rc1)
set(INCLUDE_GIT_REVISION OFF)
set(INCLUDE_GIT_REVISION ON)
if (WIN32)
set(INCLUDE_GIT_REVISION OFF)

View File

@ -35,7 +35,6 @@ private:
uint fade_length_;
bool paused_;
bool terminated_;
bool stop_fader_;
void run();