modernize: Use '= default' instead of empty ctor/dtor bodies
[quassel.git] / src / qtui / chatscene.cpp
index 78c33c8..1544284 100644 (file)
@@ -147,11 +147,6 @@ ChatScene::ChatScene(QAbstractItemModel *model, QString idString, qreal width, C
 }
 
 
-ChatScene::~ChatScene()
-{
-}
-
-
 ChatView *ChatScene::chatView() const
 {
     return _chatView;