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

account: removed unused methods

parent fcb7b8f8
Branches
Tags
No related merge requests found
...@@ -228,13 +228,6 @@ class Account : public Serializable { ...@@ -228,13 +228,6 @@ class Account : public Serializable {
alias_ = alias; alias_ = alias;
} }
std::string getType() const {
return type_;
}
void setType(const std::string &type) {
type_ = type;
}
/** /**
* Accessor to data structures * Accessor to data structures
* @return CodecOrder& The list that reflects the user's choice * @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.
Please register or to comment