Merge pull request #746 from CapeLeidokos/pr_unavailable_class_member_2

Removed an unused and unavailable class member
pull/748/head
Gergely Nagy 5 years ago committed by GitHub
commit 87ca1f6ede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,8 +33,7 @@ uint8_t Heatmap::heat_colors_length = 4;
uint16_t Heatmap::update_delay = 1000;
Heatmap::TransientLEDMode::TransientLEDMode(const Heatmap *parent)
: parent_(parent),
// store the number of times each key has been strock
: // store the number of times each key has been strock
heatmap_{},
// max of heatmap_ (we divide by it so we start at 1)
highest_(1),

@ -57,8 +57,6 @@ class Heatmap : public Plugin,
private:
const Heatmap *parent_;
uint16_t heatmap_[Kaleidoscope.device().numKeys()];
uint16_t highest_;
uint16_t last_heatmap_comp_time_;

Loading…
Cancel
Save