diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-11 06:55:26 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-11 06:55:26 +0800 |
commit | 6d83f3ed177cac1fba83011a48a248a0ff997e52 (patch) | |
tree | fbd919ac560a74f589b55eb6d1d664598051ad69 /shell/e-shell-folder-title-bar.c | |
parent | 1cee3b488744c43c8d0ee9ba46a8b291d9f0e8e5 (diff) | |
download | gsoc2013-evolution-6d83f3ed177cac1fba83011a48a248a0ff997e52.tar gsoc2013-evolution-6d83f3ed177cac1fba83011a48a248a0ff997e52.tar.gz gsoc2013-evolution-6d83f3ed177cac1fba83011a48a248a0ff997e52.tar.bz2 gsoc2013-evolution-6d83f3ed177cac1fba83011a48a248a0ff997e52.tar.lz gsoc2013-evolution-6d83f3ed177cac1fba83011a48a248a0ff997e52.tar.xz gsoc2013-evolution-6d83f3ed177cac1fba83011a48a248a0ff997e52.tar.zst gsoc2013-evolution-6d83f3ed177cac1fba83011a48a248a0ff997e52.zip |
`#if 0' an unused function.
svn path=/trunk/; revision=4062
Diffstat (limited to 'shell/e-shell-folder-title-bar.c')
-rw-r--r-- | shell/e-shell-folder-title-bar.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-folder-title-bar.c b/shell/e-shell-folder-title-bar.c index 260e5c37d0..1dd9d059cd 100644 --- a/shell/e-shell-folder-title-bar.c +++ b/shell/e-shell-folder-title-bar.c @@ -172,6 +172,7 @@ setup_style (EShellFolderTitleBar *folder_title_bar) /* Button signals. */ +#if 0 static void title_button_clicked_cb (GtkButton *button, void *data) @@ -182,6 +183,7 @@ title_button_clicked_cb (GtkButton *button, gtk_signal_emit (GTK_OBJECT (folder_title_bar), signals[TITLE_CLICKED]); } +#endif /* GTkWidget methods. */ |