Skip to content

Commit

Permalink
fix multiple definitions of bgGif
Browse files Browse the repository at this point in the history
  • Loading branch information
zwim authored and simonmicro committed May 20, 2024
1 parent df36c03 commit 3289677
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/apps/watchfaces/OswAppWatchfaceFitnessAnalog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,6 @@ void OswAppWatchfaceFitnessAnalog::onStart() {
this->knownButtonStates[Button::BUTTON_DOWN] = (OswAppV2::ButtonStateNames) (this->knownButtonStates[Button::BUTTON_DOWN] | OswAppV2::ButtonStateNames::DOUBLE_PRESS); // OR to set the bit

this->lastTime = time(nullptr); // use

#ifdef GIF_BG
this->bgGif = new OswAppGifPlayer();
this->bgGif->setup();
#endif

}

void OswAppWatchfaceFitnessAnalog::onLoop() {
Expand Down

0 comments on commit 3289677

Please sign in to comment.