mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-12 03:07:13 +01:00
core: naming cleanup
Set -> On, when the handler could be added multiple times Remove unused functions from the headers, and add correct names for the used ones.
This commit is contained in:
@@ -2014,7 +2014,7 @@ void lightHs(long hue, long saturation) {
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
void lightSetReportListener(LightReportListener func) {
|
||||
void lightOnReport(LightReportListener func) {
|
||||
_light_report.push_front(func);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user