From 25ea209f2732dfe643844f303d304dc3c6a5f4f0 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Fri, 24 Nov 2017 15:00:27 +0100 Subject: [PATCH] remote outdated TODO --- src/ui/Meter.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/Meter.hpp b/src/ui/Meter.hpp index 12885e4..9f2db65 100644 --- a/src/ui/Meter.hpp +++ b/src/ui/Meter.hpp @@ -17,7 +17,6 @@ public: public: Meter *Size(const glm::vec2 &s) noexcept { size = s; return this; } Meter *Padding(const glm::vec2 &p) noexcept { padding = p; return this; } - // TODO: gl line width is deprecated, use polys instead Meter *Border(float b) noexcept { border = b; return this; } Meter *FillColor(const glm::vec4 &c) noexcept { fill_color = c; return this; } -- 2.39.2