summaryrefslogtreecommitdiffstats
path: root/Meter.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-03-24 19:27:03 +0100
committerChristian Göttsche <cgzones@googlemail.com>2021-03-24 19:27:03 +0100
commit9c437ceb0cf90cdca8eee83baa54090d4bddb951 (patch)
tree133363f5e2f9292c540a91dd86df1e285a466469 /Meter.c
parent7b293dc3e2e22361838ee2e506b191a1f98caa36 (diff)
Drop unused attributes of actually used function parameters
These parameters were once unused, but not anymore.
Diffstat (limited to 'Meter.c')
-rw-r--r--Meter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meter.c b/Meter.c
index c964c158..6aa9f08e 100644
--- a/Meter.c
+++ b/Meter.c
@@ -153,7 +153,7 @@ ListItem* Meter_toListItem(const Meter* this, bool moving) {
/* ---------- TextMeterMode ---------- */
-static void TextMeterMode_draw(Meter* this, int x, int y, ATTR_UNUSED int w) {
+static void TextMeterMode_draw(Meter* this, int x, int y, int w) {
attrset(CRT_colors[METER_TEXT]);
mvaddnstr(y, x, this->caption, w - 1);
attrset(CRT_colors[RESET_COLOR]);

© 2014-2024 Faster IT GmbH | imprint | privacy policy