Fixing BR #374 (hide marked as away messages when using away on detach)
[quassel.git] / src / common / signalproxy.cpp
index 0357c96..4308d8a 100644 (file)
@@ -389,7 +389,6 @@ void SignalProxy::removePeer(QObject* dev) {
       proxy->removePeer(this);
   }
 
-
   if(dev->parent() == this)
     dev->deleteLater();