aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui_util.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-06-03 18:40:23 +0000
committerGuy Harris <guy@alum.mit.edu>2012-06-03 18:40:23 +0000
commit5537e925f1e3d9ee5b0907324e6811eb21ec889c (patch)
treebfb607be82a1eb6b44aa6d879f2c6ff22ea687a1 /ui/ui_util.h
parent742b22dd43ee3a53231637c60f30ce9f7ca90e98 (diff)
Move the declaration of main_set_window_name() frm ui/ui_util.h to
ui/gtk/main_titlebar.h. svn path=/trunk/; revision=43042
Diffstat (limited to 'ui/ui_util.h')
-rw-r--r--ui/ui_util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/ui_util.h b/ui/ui_util.h
index f5d80d58d3..34b311523b 100644
--- a/ui/ui_util.h
+++ b/ui/ui_util.h
@@ -47,8 +47,6 @@ typedef struct window_geometry_s {
gboolean maximized; /**< the windows maximized state (GTK2 only) */
} window_geometry_t;
-/* Set the name of the top-level window and its icon. */
-void main_set_window_name(const gchar *);
/* update the main window */
extern void main_window_update(void);
/* exit the main window */