From 233c8b6a5378ca82c44c52277c50a20d07d79bbf Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 13 Oct 2017 13:07:39 +0200 Subject: [PATCH] Hide keyboard object from RFB callers --- core/rfb.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/rfb.js b/core/rfb.js index a329fcc6..d4f3f2d7 100644 --- a/core/rfb.js +++ b/core/rfb.js @@ -1574,8 +1574,6 @@ RFB.prototype.get_viewport = function () { return this._display.get_viewport(); }; -RFB.prototype.get_keyboard = function () { return this._keyboard; }; - // Class Methods RFB.messages = { keyEvent: function (sock, keysym, down) {