aboutsummaryrefslogtreecommitdiffstats
path: root/ui/preference_utils.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-01-18 00:59:47 +0000
committerGerald Combs <gerald@wireshark.org>2013-01-18 00:59:47 +0000
commit7f70a5e438a0ff90d83693b5d05fb3ed98945a95 (patch)
treeac59b85f121ffcab2cab4e3994a31dfecaa57e07 /ui/preference_utils.c
parentae7ee61e842f46d0e7a7a4dc64c848866a6d7afb (diff)
Fix compilation on Windows.
svn path=/trunk/; revision=47140
Diffstat (limited to 'ui/preference_utils.c')
-rw-r--r--ui/preference_utils.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/ui/preference_utils.c b/ui/preference_utils.c
index faf6b6d3e9..d2a806f154 100644
--- a/ui/preference_utils.c
+++ b/ui/preference_utils.c
@@ -271,14 +271,6 @@ prefs_main_write(void)
g_free(pf_path);
}
}
-
-#ifdef HAVE_AIRPCAP
- /*
- * Load the Wireshark decryption keys (just set) and save
- * the changes to the adapters' registry
- */
- airpcap_load_decryption_keys(airpcap_if_list);
-#endif
}
/*