From: Daniel Karbach Date: Fri, 24 Nov 2017 14:00:27 +0000 (+0100) Subject: remote outdated TODO X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=commitdiff_plain;h=25ea209f2732dfe643844f303d304dc3c6a5f4f0 remote outdated TODO --- 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; }