common: Simplify SyncableObject macros and usage
[quassel.git] / src / common / ignorelistmanager.cpp
index 63750f6..4871b74 100644 (file)
@@ -24,7 +24,6 @@
 #include <QDebug>
 #include <QStringList>
 
-INIT_SYNCABLE_OBJECT(IgnoreListManager)
 IgnoreListManager &IgnoreListManager::operator=(const IgnoreListManager &other)
 {
     if (this == &other)