summaryrefslogtreecommitdiff
path: root/src/resources/basicstat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/basicstat.h')
-rw-r--r--src/resources/basicstat.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/resources/basicstat.h b/src/resources/basicstat.h
index a57581ffe..14ad90f03 100644
--- a/src/resources/basicstat.h
+++ b/src/resources/basicstat.h
@@ -33,17 +33,14 @@ struct BasicStat final
{
BasicStat(const AttributesT attr0,
const std::string &tag0,
- const std::string &name0,
- const std::string &format0) :
+ const std::string &name0) :
tag(tag0),
name(name0),
- format(format0),
attr(attr0)
{}
std::string tag;
std::string name;
- std::string format;
AttributesT attr;
};