Allow the RTP player dialog to be opened even if we're built without libpcap.

This commit is contained in:
Guy Harris 2021-05-02 18:07:36 -07:00
parent 3de0a93759
commit 8fc875db99
1 changed files with 0 additions and 6 deletions

View File

@ -3308,7 +3308,6 @@ void MainWindow::on_actionStatisticsHTTP2_triggered()
static QMutex telephony_dialog_mutex;
#ifdef HAVE_LIBPCAP
void MainWindow::openTelephonyRtpPlayerDialog()
{
if (!rtp_player_dialog_) {
@ -3331,11 +3330,6 @@ void MainWindow::openTelephonyRtpPlayerDialog()
}
rtp_player_dialog_->show();
}
#else
void MainWindow::openTelephonyRtpPlayerDialog()
{
}
#endif
void MainWindow::openTelephonyVoipCallsDialog(bool all_flows)
{