[gnome-games] ui: Remove unused info_box from CollectionBox
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] ui: Remove unused info_box from CollectionBox
- Date: Wed, 17 Aug 2016 06:28:06 +0000 (UTC)
commit 4e22b2c83fa824f23e2f80e2f95f0ce6e9027533
Author: Adrien Plazas <kekun plazas laposte net>
Date: Wed Aug 17 08:17:21 2016 +0200
ui: Remove unused info_box from CollectionBox
https://bugzilla.gnome.org/show_bug.cgi?id=769801
data/ui/collection-box.ui | 10 ----------
src/ui/collection-box.vala | 2 --
2 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/data/ui/collection-box.ui b/data/ui/collection-box.ui
index 653f415..9a2dd9d 100644
--- a/data/ui/collection-box.ui
+++ b/data/ui/collection-box.ui
@@ -24,16 +24,6 @@
<object class="GtkOverlay" id="overlay">
<property name="visible">True</property>
<property name="can-focus">False</property>
- <child type="overlay">
- <object class="GtkBox" id="info_box">
- <property name="visible">True</property>
- <property name="halign">center</property>
- <property name="valign">start</property>
- <property name="hexpand">True</property>
- <property name="vexpand">False</property>
- <property name="orientation">vertical</property>
- </object>
- </child>
<child>
<object class="GamesCollectionIconView" id="icon_view">
<property name="visible">True</property>
diff --git a/src/ui/collection-box.vala b/src/ui/collection-box.vala
index 95518cf..7649fa2 100644
--- a/src/ui/collection-box.vala
+++ b/src/ui/collection-box.vala
@@ -10,8 +10,6 @@ private class Games.CollectionBox : Gtk.Box {
[GtkChild]
private SearchBar search_bar;
[GtkChild]
- private Gtk.Box info_box;
- [GtkChild]
private CollectionIconView icon_view;
private Binding collection_binding;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]