Minor code cleanup

Remove a stray "private", that is not used or needed anymore.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/365/head
Gergely Nagy 8 years ago
parent 04902c903c
commit 7057b0864c

@ -8,8 +8,6 @@ class LEDBreatheEffect_ : LEDMode {
LEDBreatheEffect_ (void);
virtual void update (void) final;
private:
};
extern LEDBreatheEffect_ LEDBreatheEffect;

Loading…
Cancel
Save