]> git.localhorst.tv Git - blobs.git/commitdiff
remote outdated TODO
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 24 Nov 2017 14:00:27 +0000 (15:00 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 24 Nov 2017 14:00:27 +0000 (15:00 +0100)
src/ui/Meter.hpp

index 12885e4bafed27eb43c1266b913c6f299491aa5b..9f2db65b80667f2609151e21ce94d347ae294d17 100644 (file)
@@ -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; }