aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/airpcap_dlg.h
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-13 10:29:42 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-13 10:29:42 +0000
commit3ec5fa34892736f674eeddfa83bcf500dfcd3227 (patch)
tree66e8e0cbb1203a73dff029a44709e1f8d1dca129 /gtk/airpcap_dlg.h
parent56d4551810cf2dbc060a40bb089f78df4ad75813 (diff)
Do not prototype static functions in the header file.
Removed some unused empty functions. Mark some unused arguments. Removed some unused variables. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28349 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/airpcap_dlg.h')
-rw-r--r--gtk/airpcap_dlg.h54
1 files changed, 0 insertions, 54 deletions
diff --git a/gtk/airpcap_dlg.h b/gtk/airpcap_dlg.h
index 3c288ff304..0cc1de250a 100644
--- a/gtk/airpcap_dlg.h
+++ b/gtk/airpcap_dlg.h
@@ -93,12 +93,6 @@ void
on_move_key_up_bt_clicked(GtkWidget *button, gpointer data _U_);
/*
- * Add key window destroy callback
- */
-static void
-add_key_w_destroy_cb(GtkWidget *button, gpointer data _U_);
-
-/*
* Callback for the Wireless Advanced Settings 'Apply' button.
*/
void
@@ -156,30 +150,6 @@ on_enable_decryption_en_changed(GtkWidget *w, gpointer data);
void
update_decryption_mode_cm(GtkWidget *w);
-/*
- * Changed callback for the channel combobox
- */
-static void
-on_channel_en_changed(GtkWidget *w _U_, gpointer data);
-
-/*
- * Activate callback for the link layer combobox
- */
-static void
-link_layer_activate_cb(GtkWidget *w _U_, gpointer data);
-
-/*
- * Changed callback for the link layer combobox
- */
-static void
-link_layer_changed_cb(GtkWidget *w _U_, gpointer data);
-
-/*
- * Callback for the frame check sequence checkbox
- */
-static void
-on_fcs_ck_toggled(GtkWidget *w, gpointer user_data);
-
/*
* Reset configuration
*/
@@ -215,30 +185,6 @@ on_key_ls_click_column(GtkWidget *widget,
gpointer data);
/*
- * Callback for the wrong crc chackbox
- */
-static void
-wrong_crc_check_cb(GtkWidget *w, gpointer user_data);
-
-/*
- * Callbackfunction for WEP key list
- */
-static void
-key_sel_list_cb(GtkWidget *l, gpointer data _U_);
-
-/*
- * Callback function for WEP key list
- */
-static gint
-key_sel_list_button_cb(GtkWidget *widget, GdkEventButton *event,gpointer func_data);
-
-/*
- * Activate callback for the adapter combobox
- */
-static void
-combo_if_activate_cb(GtkWidget *w _U_, gpointer data);
-
-/*
* Thread function used to blink the led
*/
gboolean update_blink(gpointer data _U_);