Drop the V1 plugin API compatibility code

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/389/head
Gergely Nagy 6 years ago
parent ace0ba7a6e
commit f22f674f05

@ -48,13 +48,6 @@ class LEDPaletteTheme : public kaleidoscope::Plugin {
EventHandlerResult onSetup(); EventHandlerResult onSetup();
#if KALEIDOSCOPE_ENABLE_V1_PLUGIN_API
protected:
void begin() {
onSetup();
}
#endif
private: private:
static uint16_t palette_base_; static uint16_t palette_base_;
}; };

Loading…
Cancel
Save