diff options
Diffstat (limited to 'src/renderers/pieWindow.vala')
-rw-r--r-- | src/renderers/pieWindow.vala | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/renderers/pieWindow.vala b/src/renderers/pieWindow.vala index 5238dfe..66ed863 100644 --- a/src/renderers/pieWindow.vala +++ b/src/renderers/pieWindow.vala @@ -197,15 +197,6 @@ public class PieWindow : Gtk.Window { } ///////////////////////////////////////////////////////////////////// - /// Opens the window at a given location. - ///////////////////////////////////////////////////////////////////// - - public void open_at(int at_x, int at_y) { - this.open(); - this.move(at_x-this.width_request/2, at_y-this.height_request/2); - } - - ///////////////////////////////////////////////////////////////////// /// Gets the center position of the window. ///////////////////////////////////////////////////////////////////// |