aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gui_utils.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-27 10:41:30 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-27 10:41:30 +0000
commit58b36918643d9f94c1a032659b2c8588df8c79d3 (patch)
tree7155b84440455aa23cea1c962b34facf46f1b78e /gtk/gui_utils.h
parent74981e702a3b91261ad233fd7d39eba31163861a (diff)
fix a warning by removing now unused code
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19051 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/gui_utils.h')
-rw-r--r--gtk/gui_utils.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk/gui_utils.h b/gtk/gui_utils.h
index 5e413b4433..017c31a2f1 100644
--- a/gtk/gui_utils.h
+++ b/gtk/gui_utils.h
@@ -291,14 +291,6 @@ extern GtkWidget *xpm_to_widget(const char ** xpm);
*/
extern GtkWidget *xpm_to_widget_from_parent(GtkWidget *parent, const char ** xpm);
-/** Create a new hbox with an image packed into it
- * and return the box.
- *
- * @param xpm the character array containing the picture
- * @return a newly created GtkHBox containing the picture
- */
-GtkWidget *xpm_box( gchar **xpm );
-
/** Copy a GString to the clipboard.
*
* @param str GString that is to be copied to the clipboard.