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: