diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2006-01-30 19:49:53 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2006-01-30 19:49:53 +0800 |
commit | 1e5de972e60c9e693a87c0c5e899c64f930d75cb (patch) | |
tree | 32acc9f294047102ec640b8252d136ca18685a27 /shell/e-shell-folder-title-bar.c | |
parent | fba1b81006ff538162950505a8349c9ef6a8c6a9 (diff) | |
download | gsoc2013-evolution-1e5de972e60c9e693a87c0c5e899c64f930d75cb.tar.gz gsoc2013-evolution-1e5de972e60c9e693a87c0c5e899c64f930d75cb.tar.zst gsoc2013-evolution-1e5de972e60c9e693a87c0c5e899c64f930d75cb.zip |
Remove unused code and fix format specifiers in some cases.
2006-01-29 Kjartan Maraas <kmaraas@gnome.org>
* e-corba-config-page.c: (e_corba_config_page_class_init):
* e-shell-folder-title-bar.c: (e_shell_folder_title_bar_construct):
* e-shell-window.c: (init_view):
* e-shell.c: (detect_version), (e_shell_construct), (e_shell_new),
(e_shell_attempt_upgrade), (e_shell_create_window),
(e_shell_save_settings):
* main.c: (idle_cb):
Remove unused code and fix format specifiers in some cases.
svn path=/trunk/; revision=31367
Diffstat (limited to 'shell/e-shell-folder-title-bar.c')
-rw-r--r-- | shell/e-shell-folder-title-bar.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/e-shell-folder-title-bar.c b/shell/e-shell-folder-title-bar.c index 7b87214a2d..db0e9d4d41 100644 --- a/shell/e-shell-folder-title-bar.c +++ b/shell/e-shell-folder-title-bar.c @@ -478,13 +478,11 @@ e_shell_folder_title_bar_construct (EShellFolderTitleBar *folder_title_bar) { EShellFolderTitleBarPrivate *priv; GtkWidget *title_button_hbox; - GtkWidget *widget; g_return_if_fail (folder_title_bar != NULL); g_return_if_fail (E_IS_SHELL_FOLDER_TITLE_BAR (folder_title_bar)); priv = folder_title_bar->priv; - widget = GTK_WIDGET (folder_title_bar); priv->title_icon = new_empty_image_widget (); gtk_misc_set_alignment (GTK_MISC (priv->title_icon), 1.0, .5); |