aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/qt/main.cpp b/ui/qt/main.cpp
index a834dcaf51..6a275dcf61 100644
--- a/ui/qt/main.cpp
+++ b/ui/qt/main.cpp
@@ -101,7 +101,6 @@
#ifdef _WIN32
# include "caputils/capture-wpcap.h"
-# include "caputils/capture_wpcap_packet.h"
# include <wsutil/file_util.h>
#endif /* _WIN32 */
@@ -471,9 +470,6 @@ int main(int argc, char *qt_argv[])
/* Load wpcap if possible. Do this before collecting the run-time version information */
load_wpcap();
- /* ... and also load the packet.dll from wpcap */
- wpcap_packet_load();
-
#ifdef HAVE_AIRPCAP
/* Load the airpcap.dll. This must also be done before collecting
* run-time version information. */