common: Simplify SyncableObject macros and usage
[quassel.git] / src / common / highlightrulemanager.cpp
index d3c2384..0d0e7be 100644 (file)
@@ -25,8 +25,6 @@
 #include "expressionmatch.h"
 #include "util.h"
 
-INIT_SYNCABLE_OBJECT(HighlightRuleManager)
-
 HighlightRuleManager &HighlightRuleManager::operator=(const HighlightRuleManager &other)
 {
     if (this == &other)