core: Remove copy assignment operator from CoreIdentity
[quassel.git] / src / core / coreidentity.h
index a211a72..bb11ff5 100644 (file)
@@ -81,8 +81,6 @@ public:
     void setSslCert(const QByteArray& encoded);
 #endif /* HAVE_SSL */
 
     void setSslCert(const QByteArray& encoded);
 #endif /* HAVE_SSL */
 
-    CoreIdentity& operator=(const CoreIdentity& identity);
-
 private:
 #ifdef HAVE_SSL
     QSslKey _sslKey;
 private:
 #ifdef HAVE_SSL
     QSslKey _sslKey;