Skip to content
Snippets Groups Projects
Commit a07ea76e authored by Tristan Matthews's avatar Tristan Matthews
Browse files

account: removed unused methods

parent fcb7b8f8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment