From 440ea8e3a0b6689d49efae2e9be3471327cb782d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 31 Mar 2013 09:41:36 -0400 Subject: Remove e_shell_configure_ui_manager(). No longer needed. --- shell/e-shell-utils.c | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'shell/e-shell-utils.c') diff --git a/shell/e-shell-utils.c b/shell/e-shell-utils.c index 1bdc82913d..f289b36e01 100644 --- a/shell/e-shell-utils.c +++ b/shell/e-shell-utils.c @@ -35,28 +35,6 @@ #include -/** - * e_shell_configure_ui_manager: - * @shell: an #EShell - * @ui_manager: an #EUIManager - * - * Adds shell integration to @ui_manager. In particular, it keeps - * @ui_manager's EUIManager:express-mode property synchronized with - * @shell's EShell:express-mode property. - **/ -void -e_shell_configure_ui_manager (EShell *shell, - EUIManager *ui_manager) -{ - g_return_if_fail (E_IS_SHELL (shell)); - g_return_if_fail (E_IS_UI_MANAGER (ui_manager)); - - g_object_bind_property ( - shell, "express-mode", - ui_manager, "express-mode", - G_BINDING_SYNC_CREATE); -} - /** * e_shell_run_open_dialog: * @shell: an #EShell -- cgit v1.2.3