diff --git a/res/app/components/stf/control/control-service.js b/res/app/components/stf/control/control-service.js index f3b74477..e23a80e5 100644 --- a/res/app/components/stf/control/control-service.js +++ b/res/app/components/stf/control/control-service.js @@ -81,11 +81,6 @@ module.exports = function ControlServiceFactory( this.keyDown = keySender('input.keyDown') this.keyUp = keySender('input.keyUp') this.keyPress = keySender('input.keyPress') - this.rawKeyPress = function (fixedKey) { - return sendOneWay('input.keyPress', { - key: fixedKey - }) - } this.home = keySender('input.keyPress', 'home') this.menu = keySender('input.keyPress', 'menu')