src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Fri, 27 Feb 2015 09:21:20 +0000 (17:21 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 27 Feb 2015 09:21:20 +0000 (17:21 +0800)
src/Builder4/WindowState.vala

index 82eed63..74252ff 100644 (file)
@@ -728,14 +728,11 @@ public class WindowState : Object
         return false;
 
     }
-    public void resizeCanvasElementsA()
+    public void resizeCanvasElements()
     {
         Gtk.Allocation alloc;
         this.win.clutterembed.el.get_allocation(out alloc);
-        this.resizeCanvasElements(alloc);
-    }
-    public void resizeCanvasElements(Gtk.Allocation alloc)
-    {
+
            print("WindowState.resizeCanvasElements\n");
            if (!this.children_loaded || this.win.clutterembed == null) {
                print("WindowState.resizeCanvasElements = ingnore not loaded or no clutterfiles\n");