[gnome-boxes] app: Remove a redundant actor



commit 1b1aaecf65bffa5ed1c33ae8a6e2f701da4e6e3f
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]