summaryrefslogtreecommitdiff
path: root/gtk/airpcap_gui_utils.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-07-01 15:56:12 +0000
committerGerald Combs <gerald@wireshark.org>2009-07-01 15:56:12 +0000
commitbdd6f6345d203a19cacccebc67bfbcde42d6453b (patch)
tree0457d286ca29336ca2da88a6104a8ee1c6a4b486 /gtk/airpcap_gui_utils.h
parent3fe0c3411050ac1da9728e302e8e798b6e8b2afb (diff)
downloadwireshark-bdd6f6345d203a19cacccebc67bfbcde42d6453b.tar.gz
Fix a key entry bug in the decryption key dialog. Remove some unused /
unnecessary functions. Clean up code in a couple of places. svn path=/trunk/; revision=28908
Diffstat (limited to 'gtk/airpcap_gui_utils.h')
-rw-r--r--gtk/airpcap_gui_utils.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/gtk/airpcap_gui_utils.h b/gtk/airpcap_gui_utils.h
index 6b99c21c7d..00c8ed59ab 100644
--- a/gtk/airpcap_gui_utils.h
+++ b/gtk/airpcap_gui_utils.h
@@ -128,18 +128,6 @@ gchar*
airpcap_get_link_name(AirpcapLinkType lt);
/*
- * Sets the entry of the link type combo using the AirpcapLinkType.
- */
-void
-airpcap_link_type_combo_set_by_type(GtkWidget* c, AirpcapLinkType type);
-
-/*
- * Retrieves the name in link type the combo entry.
- */
-AirpcapLinkType
-airpcap_link_type_combo_get_type(GtkWidget* c);
-
-/*
* Sets the entry of the validation combo using the AirpcapValidationType.
*/
void
@@ -250,11 +238,4 @@ airpcap_save_decryption_keys(GList* key_list, GList* adapters_list);
void
airpcap_enable_toolbar_widgets(GtkWidget* w, gboolean en);
-/*
- * This function sets up the correct airpcap toolbar that must
- * be displayed when no airpcap if is found on the system...
- */
-void
-airpcap_set_toolbar_no_if(GtkWidget* w);
-
#endif