aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--airpcap_loader.c1
-rw-r--r--airpcap_loader.h2
2 files changed, 0 insertions, 3 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;
diff --git a/airpcap_loader.h b/airpcap_loader.h
index 14489b9049..cb6c9eb495 100644
--- a/airpcap_loader.h
+++ b/airpcap_loader.h
@@ -219,8 +219,6 @@ BOOL airpcap_if_turn_led_off(PAirpcapHandle AdapterHandle, UINT LedNumber);
*/
airpcap_if_info_t* airpcap_if_info_new(char *name, char *description);
-/* HAVE_AIRPCAP_API */
-
/*
* Used to dinamically load the airpcap library in order link it only when
* it's present on the system.