[gnome-documents] Revert "application: add methods to get the scale	factor and GdkWindow"
- From: Cosimo Cecchi <cosimoc src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-documents] Revert "application: add methods to get the scale	factor and GdkWindow"
 
- Date: Wed,  7 Aug 2013 03:26:50 +0000 (UTC)
 
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]