This is the long-awaited monster commit, bringing you a redesigned core arch and...
[quassel.git] / src / common / identity.cpp
index b69f898..d7bcbdc 100644 (file)
@@ -55,7 +55,6 @@ Identity::Identity(const Identity &other, QObject *parent) : SyncableObject(pare
 }
 
 void Identity::init() {
-  _initialized = false;
   setObjectName(QString::number(id()));
 }
 
@@ -87,14 +86,6 @@ bool Identity::isValid() const {
   return (id() > 0);
 }
 
-bool Identity::initialized() const {
-  return _initialized;
-}
-
-void Identity::setInitialized() {
-  _initialized = true;
-}
-
 IdentityId Identity::id() const {
   return _identityId;
 }