extcap: remove conditional compilation.
[metze/wireshark/wip.git] / ui / qt / interface_toolbar.cpp
index 7012f72771ce710dd62b971243f3273ff4e39999..1678daf7c132f8da51670b61c6bc41ec5e8c66a9 100644 (file)
@@ -740,7 +740,6 @@ void InterfaceToolbar::startCapture(GArray *ifaces)
     if (!ifaces || ifaces->len == 0)
         return;
 
-#ifdef HAVE_EXTCAP
     const QString &selected_ifname = ui->interfacesComboBox->currentText();
     QString first_capturing_ifname;
     bool selected_found = false;
@@ -792,7 +791,6 @@ void InterfaceToolbar::startCapture(GArray *ifaces)
     {
         updateWidgets();
     }
-#endif // HAVE_EXTCAP
 }
 
 void InterfaceToolbar::stopCapture()