aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap_loader.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-12 00:23:46 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-12 00:23:46 +0000
commitbeb6e840fa7635e3e94002aa973e5020f96ac238 (patch)
treea457b7e99f8355a64ad7fa98e28bb2f33901a45b /airpcap_loader.c
parent96ba1f3aaae2b56bc8ae411b65efc0dd8c0e8aaa (diff)
remove obsolete "HAVE_AIRPCAP_API" comment
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19197 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'airpcap_loader.c')
-rw-r--r--airpcap_loader.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/airpcap_loader.c b/airpcap_loader.c
index 0eb4298f8f..a04f9734c2 100644
--- a/airpcap_loader.c
+++ b/airpcap_loader.c
@@ -80,7 +80,6 @@ static AirpcapSetDeviceKeysHandler g_PAirpcapSetDeviceKeys;
static AirpcapGetDecryptionStateHandler g_PAirpcapGetDecryptionState;
static AirpcapSetDecryptionStateHandler g_PAirpcapSetDecryptionState;
static AirpcapStoreCurConfigAsAdapterDefaultHandler g_PAirpcapStoreCurConfigAsAdapterDefault;
-/* HAVE_AIRPCAP_API */
/* Airpcap interface list */
GList *airpcap_if_list = NULL;