summaryrefslogtreecommitdiff
path: root/ui/gtk/menus.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-01-18 19:38:34 +0000
committerGuy Harris <guy@alum.mit.edu>2012-01-18 19:38:34 +0000
commitdacb4133e82536f4b46c4f15604a8501bf089ede (patch)
tree72d17edb279bbec629604b20580b8bb93f7e6091 /ui/gtk/menus.h
parent0299bdbc62e2a0ed182bd3476cac9c5ca9c365ce (diff)
downloadwireshark-dacb4133e82536f4b46c4f15604a8501bf089ede.tar.gz
Restructure the recent file code so that recent.c is GUI-independent;
move it to the top-level source directory for now, and move ui/gtk/recent.h to the ui directory. svn path=/trunk/; revision=40561
Diffstat (limited to 'ui/gtk/menus.h')
-rw-r--r--ui/gtk/menus.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ui/gtk/menus.h b/ui/gtk/menus.h
index 845cf69d7b..27940cbc06 100644
--- a/ui/gtk/menus.h
+++ b/ui/gtk/menus.h
@@ -29,10 +29,6 @@
extern "C" {
#endif /* __cplusplus */
-/* Add a new recent capture filename to the "Recent Files" submenu
- (duplicates will be ignored) */
-extern void add_menu_recent_capture_file(gchar *cf_name);
-
/* Open a file(name)
(will not ask to close existing capture file!) */
extern void menu_open_filename(gchar *cf_name);
@@ -42,11 +38,6 @@ extern void menu_open_filename(gchar *cf_name);
* @ingroup main_window_group
*/
-/** Write all recent capture filenames to the user's recent file.
- * @param rf recent file
- */
-extern void menu_recent_file_write_all(FILE *rf);
-
/** User pushed a recent file submenu item.
*
* @param widget parent widget