X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fui%2FLabel.hpp;h=1bc7e86bc4f0de8e733818c5eb3bd427b556bf1c;hp=267cc639c6bc1b39470593f57db496a0d86aae68;hb=392826deaf802ac0960ed3924a3f98b9d18d381b;hpb=b4deadd9f4e399207e2530ea39a447c0d9d260a3 diff --git a/src/ui/Label.hpp b/src/ui/Label.hpp index 267cc63..1bc7e86 100644 --- a/src/ui/Label.hpp +++ b/src/ui/Label.hpp @@ -22,11 +22,6 @@ public: public: Label *Text(const std::string &); - Label *Decimal(double n, int prec = 2); - Label *Length(double m); - Label *Mass(double kg); - Label *Percentage(double n); - Label *Time(double s); Label *Font(const graphics::Font &); Label *Foreground(const glm::vec4 &); Label *Background(const glm::vec4 &);