Remove engine type

This commit is contained in:
Jonas Kvinge
2024-11-10 01:21:43 +01:00
parent 218dd439b6
commit f9f47458d5
6 changed files with 0 additions and 51 deletions

View File

@@ -112,10 +112,6 @@ AnalyzerContainer::AnalyzerContainer(QWidget *parent)
void AnalyzerContainer::mouseReleaseEvent(QMouseEvent *e) {
if (engine_->type() != EngineBase::Type::GStreamer) {
return;
}
if (e->button() == Qt::RightButton) {
context_menu_->popup(e->globalPosition().toPoint());
}