]> git.localhorst.tv Git - blobs.git/blobdiff - src/ui/Meter.hpp
remote outdated TODO
[blobs.git] / 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; }