Remove unused variable
This commit is contained in:
parent
3a228c42bb
commit
670cd4e081
@ -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)
|
||||
|
@ -35,7 +35,6 @@ private:
|
||||
uint fade_length_;
|
||||
bool paused_;
|
||||
bool terminated_;
|
||||
bool stop_fader_;
|
||||
|
||||
void run();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user