summaryrefslogtreecommitdiffstats
path: root/MetersPanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'MetersPanel.h')
-rw-r--r--MetersPanel.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/MetersPanel.h b/MetersPanel.h
index bea9238d..c02ce1cd 100644
--- a/MetersPanel.h
+++ b/MetersPanel.h
@@ -24,14 +24,6 @@ struct MetersPanel_ {
bool moving;
};
-
-// Note: In code the meters are known to have bar/text/graph "Modes", but in UI
-// we call them "Styles".
-// We avoid UTF-8 arrows ← → here as they might display full-width on Chinese
-// terminals, breaking our aligning.
-// In <http://unicode.org/reports/tr11/>, arrows (U+2019..U+2199) are
-// considered "Ambiguous characters".
-
void MetersPanel_setMoving(MetersPanel* this, bool moving);
extern PanelClass MetersPanel_class;