[gnome-documents] Revert "application: add methods to get the scale factor and GdkWindow"



commit 2abdc9a6f7d00e572135b8e0abc1765b007bbcff
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Aug 7 05:24:56 2013 +0200

    Revert "application: add methods to get the scale factor and GdkWindow"
    
    This reverts commit 9d666e3147a050139929cce25fa457f41c116f28.

 src/application.js |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 0a406f2..871b246 100644
--- a/src/application.js
+++ b/src/application.js
@@ -576,14 +576,6 @@ const Application = new Lang.Class({
 
         this._activationTimestamp = timestamp;
         this.activate();
-    },
-
-    getScaleFactor: function() {
-        return this._mainWindow.window.get_scale_factor();
-    },
-
-    getGdkWindow: function() {
-        return this._mainWindow.window.get_window();
     }
 });
 Utils.addJSSignalMethods(Application.prototype);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]