Hide keyboard object from RFB callers

This commit is contained in:
Pierre Ossman
2017-10-13 13:07:39 +02:00
parent f976b5500e
commit 233c8b6a53

View File

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