From 64199ec9395a12c71d570513cb4c11e953ca1db5 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Sun, 21 Aug 2022 23:09:18 -0500 Subject: [PATCH] Remove SetCustomMode from GaiZhongGaiKeyboardController --- .../RGBController_GaiZhongGaiKeyboard.cpp | 5 ----- .../RGBController_GaiZhongGaiKeyboard.h | 2 -- 2 files changed, 7 deletions(-) diff --git a/Controllers/GaiZongGaiKeyboardController/RGBController_GaiZhongGaiKeyboard.cpp b/Controllers/GaiZongGaiKeyboardController/RGBController_GaiZhongGaiKeyboard.cpp index 0015daa91..39384a697 100644 --- a/Controllers/GaiZongGaiKeyboardController/RGBController_GaiZhongGaiKeyboard.cpp +++ b/Controllers/GaiZongGaiKeyboardController/RGBController_GaiZhongGaiKeyboard.cpp @@ -326,11 +326,6 @@ void RGBController_GaiZhongGaiKeyboard::UpdateSingleLED(int /*led*/) DeviceUpdateLEDs(); } -void RGBController_GaiZhongGaiKeyboard::SetCustomMode() -{ - active_mode = 0; -} - void RGBController_GaiZhongGaiKeyboard::DeviceUpdateMode() { diff --git a/Controllers/GaiZongGaiKeyboardController/RGBController_GaiZhongGaiKeyboard.h b/Controllers/GaiZongGaiKeyboardController/RGBController_GaiZhongGaiKeyboard.h index 3d91bb3fa..2b6b0a408 100644 --- a/Controllers/GaiZongGaiKeyboardController/RGBController_GaiZhongGaiKeyboard.h +++ b/Controllers/GaiZongGaiKeyboardController/RGBController_GaiZhongGaiKeyboard.h @@ -16,14 +16,12 @@ public: ~RGBController_GaiZhongGaiKeyboard(); void SetupZones(); - void ResizeZone(int zone, int new_size); void DeviceUpdateLEDs(); void UpdateZoneLEDs(int zone); void UpdateSingleLED(int led); - void SetCustomMode(); void DeviceUpdateMode(); private: