diff --git a/daemon/src/account.h b/daemon/src/account.h index 3fecbac3f9e68f4ad9cd7921477e874b2dbdd979..de8fb48ad11dc961ec38ff393259d0e0d987a6ee 100644 --- a/daemon/src/account.h +++ b/daemon/src/account.h @@ -228,13 +228,6 @@ class Account : public Serializable { alias_ = alias; } - std::string getType() const { - return type_; - } - void setType(const std::string &type) { - type_ = type; - } - /** * Accessor to data structures * @return CodecOrder& The list that reflects the user's choice