X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreidentity.h;h=bb11ff516a51f9ed6988bbbb59044d4baaf1dad9;hp=a211a726dc9497dac3edc2f8984005ed367c6424;hb=a9a4e326891d0d62ef2d2cd8001ebee1e54d3fd6;hpb=6e3574a163f07c28d44276318f2d9f92e169f491 diff --git a/src/core/coreidentity.h b/src/core/coreidentity.h index a211a726..bb11ff51 100644 --- a/src/core/coreidentity.h +++ b/src/core/coreidentity.h @@ -81,8 +81,6 @@ public: void setSslCert(const QByteArray& encoded); #endif /* HAVE_SSL */ - CoreIdentity& operator=(const CoreIdentity& identity); - private: #ifdef HAVE_SSL QSslKey _sslKey;