forgot to remove this xD

This commit is contained in:
2017-12-28 16:56:24 +01:00
parent ece0482502
commit e0bdc5ccf9

View file

@ -78,11 +78,6 @@ ChannelView::ChannelView(BaseWidget *parent)
this->updateTimer.start();
});
Window *_window = dynamic_cast<Window *>(this->window());
if (_window) {
}
}
ChannelView::~ChannelView()