aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_welcome.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/main_welcome.h')
-rw-r--r--ui/qt/main_welcome.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/qt/main_welcome.h b/ui/qt/main_welcome.h
index b462f5fd3e..dff4420b37 100644
--- a/ui/qt/main_welcome.h
+++ b/ui/qt/main_welcome.h
@@ -76,9 +76,7 @@ signals:
void pushFilterSyntaxStatus(const QString&);
void popFilterSyntaxStatus();
void captureFilterSyntaxChanged(bool valid);
-#ifdef HAVE_EXTCAP
void showExtcapOptions(QString &device_name);
-#endif
void interfacesChanged();
public slots:
@@ -95,9 +93,7 @@ private slots:
void copyRecentPath();
void removeRecentPath();
-#ifdef HAVE_EXTCAP
void on_interfaceFrame_showExtcapOptions(QString device_name);
-#endif
void on_interfaceFrame_startCapture();
};