From 6c8b7ca5adfc41e5cd0f5cece2c57718d92f20e2 Mon Sep 17 00:00:00 2001 From: zwim <36999612+zwim@users.noreply.github.com> Date: Sat, 13 Apr 2024 21:55:57 +0200 Subject: [PATCH] fix multiple definitions of bgGif --- src/apps/watchfaces/OswAppWatchfaceFitnessAnalog.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/apps/watchfaces/OswAppWatchfaceFitnessAnalog.cpp b/src/apps/watchfaces/OswAppWatchfaceFitnessAnalog.cpp index 93b746830..9bc0db00b 100644 --- a/src/apps/watchfaces/OswAppWatchfaceFitnessAnalog.cpp +++ b/src/apps/watchfaces/OswAppWatchfaceFitnessAnalog.cpp @@ -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() {