aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/airpcap_gui_utils.h
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-01 15:56:12 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-01 15:56:12 +0000
commitd5ef835fbe39f30418c15c98fcb22234718e7f06 (patch)
tree0457d286ca29336ca2da88a6104a8ee1c6a4b486 /gtk/airpcap_gui_utils.h
parentd134a4300ff928f0ea2167bc7f801e64db128e52 (diff)
Fix a key entry bug in the decryption key dialog. Remove some unused /
unnecessary functions. Clean up code in a couple of places. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28908 f5534014-38df-0310-8fa8-9805f1628bb7
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