X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fignorelistmanager.cpp;fp=src%2Fcommon%2Fignorelistmanager.cpp;h=d0ab71fb0debc864e9a5a9a497097a2e904ad4d4;hp=83add35904387e929e88aae4b292bf43991bb3e3;hb=673ded0d543cbdc2cf6e746b6bee7c1d21af8f90;hpb=d48c2331b38ae46732ac1ab9f35a3a0b85100f92 diff --git a/src/common/ignorelistmanager.cpp b/src/common/ignorelistmanager.cpp index 83add359..d0ab71fb 100644 --- a/src/common/ignorelistmanager.cpp +++ b/src/common/ignorelistmanager.cpp @@ -23,16 +23,6 @@ #include #include -IgnoreListManager& IgnoreListManager::operator=(const IgnoreListManager& other) -{ - if (this == &other) - return *this; - - SyncableObject::operator=(other); - _ignoreList = other._ignoreList; - return *this; -} - int IgnoreListManager::indexOf(const QString& ignore) const { for (int i = 0; i < _ignoreList.count(); i++) {