summaryrefslogtreecommitdiff
path: root/ui/gtk/capture_dlg.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-06-28 19:08:11 +0000
committerGuy Harris <guy@alum.mit.edu>2012-06-28 19:08:11 +0000
commit05d6212a62bb5ea5b93a05c8c8f66efa493273b7 (patch)
tree1966a605760efd914aa859fe4d7f2de2846acee0 /ui/gtk/capture_dlg.h
parent6d5271b85624550218dbf96523f5ee76dd019c0f (diff)
downloadwireshark-05d6212a62bb5ea5b93a05c8c8f66efa493273b7.tar.gz
Make more routines static.
svn path=/trunk/; revision=43528
Diffstat (limited to 'ui/gtk/capture_dlg.h')
-rw-r--r--ui/gtk/capture_dlg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/gtk/capture_dlg.h b/ui/gtk/capture_dlg.h
index bcba54c196..8c562cfb0f 100644
--- a/ui/gtk/capture_dlg.h
+++ b/ui/gtk/capture_dlg.h
@@ -66,9 +66,6 @@ void capture_stop_cb(GtkWidget *widget, gpointer data);
*/
void capture_restart_cb(GtkWidget *widget, gpointer data);
-/* capture start confirmed by "Save unsaved capture", so do it now */
-void capture_start_confirmed(void);
-
/** User requested the "Capture Airpcap" dialog box by menu or toolbar.
*
* @param widget parent widget (unused)