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()