modernize: Use '= default' instead of empty ctor/dtor bodies
[quassel.git] / src / common / ircchannel.cpp
index dd47f85..c4e45d5 100644 (file)
@@ -44,11 +44,6 @@ IrcChannel::IrcChannel(const QString &channelname, Network *network)
 }
 
 
-IrcChannel::~IrcChannel()
-{
-}
-
-
 // ====================
 //  PUBLIC:
 // ====================