[gnome-boxes/wip/less-actors: 5/5] display-page: Remove now redundant API
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/wip/less-actors: 5/5] display-page: Remove now redundant API
- Date: Sun, 9 Feb 2014 19:55:17 +0000 (UTC)
commit 91919316db0685a900d30d9e50f26204dedd302c
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Sun Feb 9 12:03:54 2014 +0100
display-page: Remove now redundant API
src/display-page.vala | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/src/display-page.vala b/src/display-page.vala
index ce6cd06..6278386 100644
--- a/src/display-page.vala
+++ b/src/display-page.vala
@@ -53,17 +53,6 @@ private class Boxes.DisplayPage: Gtk.Box {
notification_grid.attach (w, 0, 0, 1, 1);
}
- public void get_size (out int width, out int height) {
- int tb_height;
-
- App.app.window.get_size (out width, out height);
-
- if (!App.app.fullscreen) {
- toolbar.get_preferred_height (null, out tb_height);
- height -= tb_height;
- }
- }
-
private void update_toolbar_visible() {
if (App.app.fullscreen && can_grab_mouse)
toolbar.visible = true;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]