From e0bdc5ccf9cfec93bf7d78709e08f1562600fac1 Mon Sep 17 00:00:00 2001 From: Date: Thu, 28 Dec 2017 16:56:24 +0100 Subject: [PATCH] forgot to remove this xD --- src/widgets/helper/channelview.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/widgets/helper/channelview.cpp b/src/widgets/helper/channelview.cpp index 4290b37b..cb22d4c9 100644 --- a/src/widgets/helper/channelview.cpp +++ b/src/widgets/helper/channelview.cpp @@ -78,11 +78,6 @@ ChannelView::ChannelView(BaseWidget *parent) this->updateTimer.start(); }); - - Window *_window = dynamic_cast(this->window()); - - if (_window) { - } } ChannelView::~ChannelView()