aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-07-11 06:55:26 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-07-11 06:55:26 +0800
commit6d83f3ed177cac1fba83011a48a248a0ff997e52 (patch)
treefbd919ac560a74f589b55eb6d1d664598051ad69 /shell
parent1cee3b488744c43c8d0ee9ba46a8b291d9f0e8e5 (diff)
downloadgsoc2013-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')
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-shell-folder-title-bar.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index b30d67ab25..f8e54ab50b 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-10 Ettore Perazzoli <ettore@helixcode.com>
+
+ * e-shell-folder-title-bar.c (title_button_clicked_cb):
+ Temporarily `#if 0'ed out.
+
2000-07-10 Dan Winship <danw@helixcode.com>
* e-shell.c (impl_Shell_user_select_folder): Translate a
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. */