diff --git a/lib/units/device/resources/minitouch.js b/lib/units/device/resources/minitouch.js index 95cc9cad..2b25d04a 100644 --- a/lib/units/device/resources/minitouch.js +++ b/lib/units/device/resources/minitouch.js @@ -10,9 +10,8 @@ var streamutil = require('../../../util/streamutil') module.exports = syrup.serial() .dependency(require('../support/adb')) - .dependency(require('../support/properties')) .dependency(require('../support/abi')) - .define(function(options, adb, properties, abi) { + .define(function(options, adb, abi) { var log = logger.createLogger('device:resources:minitouch') // jshint ignore:line var resources = {