[gnome-boxes/wip/less-actors: 37/39] app: Remove a redundant actor
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/wip/less-actors: 37/39] app: Remove a redundant actor
- Date: Wed, 19 Feb 2014 14:16:16 +0000 (UTC)
commit 2b5fabd2d0fec950b08cf3127e38892196963dfd
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Wed Feb 19 13:10:38 2014 +0000
app: Remove a redundant actor
src/app.vala | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/src/app.vala b/src/app.vala
index ba5e61e..2d13a3c 100644
--- a/src/app.vala
+++ b/src/app.vala
@@ -85,8 +85,6 @@ private class Boxes.App: GLib.Object, Boxes.UI {
public ClutterWidget embed;
public Clutter.Stage stage;
public Clutter.BinLayout stage_bin;
- public Clutter.Actor overlay_bin_actor;
- public Clutter.BinLayout overlay_bin;
public CollectionItem current_item; // current object/vm manipulated
public Searchbar searchbar;
public Topbar topbar;
@@ -619,17 +617,6 @@ private class Boxes.App: GLib.Object, Boxes.UI {
below_bin_actor.add_child (hbox_actor);
- overlay_bin_actor = new Clutter.Actor ();
- overlay_bin_actor.name = "overlay-bin";
- overlay_bin = new Clutter.BinLayout (Clutter.BinAlignment.START,
- Clutter.BinAlignment.START);
- overlay_bin_actor.set_layout_manager (overlay_bin);
- overlay_bin_actor.x_align = Clutter.ActorAlign.FILL;
- overlay_bin_actor.y_align = Clutter.ActorAlign.FILL;
- overlay_bin_actor.x_expand = true;
- overlay_bin_actor.y_expand = true;
- below_bin_actor.add_child (overlay_bin_actor);
-
sidebar_revealer = new Boxes.Revealer (false);
sidebar_revealer.name = "sidebar-revealer";
sidebar_revealer.y_expand = true;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]