[gnome-2048] Remove empty ::allocation-changed handler
- From: Juan R. Garcia Blanco <juanrgar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-2048] Remove empty ::allocation-changed handler
- Date: Fri, 20 Feb 2015 22:50:02 +0000 (UTC)
commit bb1eaa8fe4d1323fd522bdc2fe49a35911d4e6d8
Author: Juan R. GarcĂa Blanco <juanrgar gmail com>
Date: Fri Feb 20 23:49:14 2015 +0100
Remove empty ::allocation-changed handler
src/view.vala | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/view.vala b/src/view.vala
index b97fced..010654a 100644
--- a/src/view.vala
+++ b/src/view.vala
@@ -37,16 +37,10 @@ public class RoundedRectangle : GLib.Object
_actor.x = x;
_actor.y = y;
_actor.set_pivot_point (0.5f, 0.5f);
- _actor.allocation_changed.connect (_on_allocation_changed);
_canvas.draw.connect (_draw);
}
- private void _on_allocation_changed (Clutter.ActorBox box, Clutter.AllocationFlags flags)
- {
- debug ("allocation changed");
- }
-
public Clutter.Actor actor {
get { return _actor; }
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]