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) {