From 5537e925f1e3d9ee5b0907324e6811eb21ec889c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 3 Jun 2012 18:40:23 +0000 Subject: Move the declaration of main_set_window_name() frm ui/ui_util.h to ui/gtk/main_titlebar.h. svn path=/trunk/; revision=43042 --- ui/ui_util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ui/ui_util.h') 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 */ -- cgit v1.2.3