chore(custom): Change int conversion

This commit is contained in:
Robinhuett
2018-12-26 11:35:58 +01:00
parent 11c98f13e3
commit 4698c9d2cf
2 changed files with 2 additions and 16 deletions

View File

@ -19,7 +19,6 @@ class Custom : public ALabel {
void continuousWorker();
void parseOutputRaw();
void parseOutputJson();
bool isInteger(const std::string&);
const std::string name_;
std::string text_;