From 2e45b3066a11ebb0fe0d3e1e0b8a441316650e0b Mon Sep 17 00:00:00 2001 From: Waldemar Pawlaszek Date: Tue, 22 Feb 2022 21:34:56 +0100 Subject: [PATCH] Removing unused variables --- src/engine/platform/sound/lynx/Mikey.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/engine/platform/sound/lynx/Mikey.cpp b/src/engine/platform/sound/lynx/Mikey.cpp index 2f3b23edf..ad112baf1 100644 --- a/src/engine/platform/sound/lynx/Mikey.cpp +++ b/src/engine/platform/sound/lynx/Mikey.cpp @@ -77,7 +77,7 @@ int32_t clamp( int32_t v, int32_t lo, int32_t hi ) class Timer { public: - Timer() : mValueUpdateTick{}, mAudShift {}, mCtrlA{ -1 }, mEnableReload{}, mEnableCount{}, mTimerDone{}, mBackup{ 0 }, mValue{ 0 } + Timer() : mValueUpdateTick{}, mAudShift {}, mEnableReload{}, mEnableCount{}, mTimerDone{}, mBackup{ 0 }, mValue{ 0 } { } @@ -180,7 +180,6 @@ private: private: int64_t mValueUpdateTick; int mAudShift; - int mCtrlA; bool mEnableReload; bool mEnableCount; bool mTimerDone;