summaryrefslogtreecommitdiff
path: root/ui/recent_utils.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-02-02 05:34:31 +0000
committerGuy Harris <guy@alum.mit.edu>2013-02-02 05:34:31 +0000
commit6ebabce7b50702ef8f49653f8d6d2bcde424c027 (patch)
tree8da0cd6d22b1c6b1d7449c603f29b96df9c5880e /ui/recent_utils.h
parentab3840049e8de97b835a393fc964b2bd61e04ff9 (diff)
downloadwireshark-6ebabce7b50702ef8f49653f8d6d2bcde424c027.tar.gz
Move the GUI-independent window geometry stuff to ui/recent.c, so we
only have one copy. svn path=/trunk/; revision=47440
Diffstat (limited to 'ui/recent_utils.h')
-rw-r--r--ui/recent_utils.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/ui/recent_utils.h b/ui/recent_utils.h
index c32859da31..e19e6046cc 100644
--- a/ui/recent_utils.h
+++ b/ui/recent_utils.h
@@ -82,21 +82,6 @@ gboolean
capture_remote_combo_add_recent(const gchar *s);
#endif
-/** Read in a single geometry key value pair from the recent file.
- *
- * @param name the geom_name of the window
- * @param key the subkey of this pair (e.g. "x")
- * @param value the new value (e.g. "123")
- */
-extern void window_geom_recent_read_pair(const char *name, const char *key, const char *value);
-
-/** Write all geometry values of all windows to the recent file.
- * Will call write_recent_geom() for every existing window type.
- *
- * @param rf recent file handle from caller
- */
-extern void window_geom_recent_write_all(gpointer rf);
-
/** Write all packet list geometry values to the recent file.
*
* @param rf recent file handle from caller