]> git.proxmox.com Git - mirror_novnc.git/blobdiff - core/display.js
Move resize handling in to RFB object
[mirror_novnc.git] / core / display.js
index e61802a6d22e7ca6e719c8083d2114cd3823a7e4..b252f99eff2ddbbbc794e0094578d116c5da58b5 100644 (file)
@@ -106,11 +106,6 @@ Display.prototype = {
         return this._fb_height;
     },
 
-    get isClipped() {
-        var vp = this._viewportLoc;
-        return this._fb_width > vp.w || this._fb_height > vp.h;
-    },
-
     logo: null,
 
     // ===== EVENT HANDLERS =====