aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-10-27 00:35:59 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-10-27 00:35:59 +0800
commit1e40668551b1822518feb3e9433dd1c0179598c8 (patch)
tree6c42510d0ff5de81b883d02b4347dd0b9784f715 /shell
parent40b868004c9267a77daefc6f3eee4979ebe3a376 (diff)
downloadgsoc2013-evolution-1e40668551b1822518feb3e9433dd1c0179598c8.tar
gsoc2013-evolution-1e40668551b1822518feb3e9433dd1c0179598c8.tar.gz
gsoc2013-evolution-1e40668551b1822518feb3e9433dd1c0179598c8.tar.bz2
gsoc2013-evolution-1e40668551b1822518feb3e9433dd1c0179598c8.tar.lz
gsoc2013-evolution-1e40668551b1822518feb3e9433dd1c0179598c8.tar.xz
gsoc2013-evolution-1e40668551b1822518feb3e9433dd1c0179598c8.tar.zst
gsoc2013-evolution-1e40668551b1822518feb3e9433dd1c0179598c8.zip
EShellSearchbar: Remove unused 'child_containers'.
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell-searchbar.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/e-shell-searchbar.c b/shell/e-shell-searchbar.c
index 9f6adebbcf..9fd0602cd1 100644
--- a/shell/e-shell-searchbar.c
+++ b/shell/e-shell-searchbar.c
@@ -63,9 +63,6 @@ struct _EShellSearchbarPrivate {
GtkWidget *search_entry;
GtkWidget *scope_combo_box;
- /* Child widget containers (referenced) */
- GQueue child_containers;
-
/* State Key File */
gchar *state_group;