From d02ed3c293e6772217710df95bc2d9bde14bf792 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 5 Jul 2001 11:19:19 +0000 Subject: Get the File -> Folder -> Properties menu item work again for the mailer. svn path=/trunk/; revision=10793 --- shell/e-shell-folder-commands.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'shell/e-shell-folder-commands.c') diff --git a/shell/e-shell-folder-commands.c b/shell/e-shell-folder-commands.c index ba8f645c16..d4670b7c29 100644 --- a/shell/e-shell-folder-commands.c +++ b/shell/e-shell-folder-commands.c @@ -433,16 +433,3 @@ e_shell_command_add_to_shortcut_bar (EShell *shell, e_shortcuts_add_shortcut (shortcuts, group_num, -1, uri, NULL, NULL); } - - -void -e_shell_command_folder_properties (EShell *shell, - EShellView *shell_view) -{ - g_return_if_fail (shell != NULL); - g_return_if_fail (E_IS_SHELL (shell)); - g_return_if_fail (shell_view != NULL); - g_return_if_fail (E_IS_SHELL_VIEW (shell_view)); - - g_warning ("To be implemented"); -} -- cgit v1.2.3