Removed unused methods

This commit is contained in:
Christoph Oberhofer
2016-05-09 23:31:30 +02:00
parent c277903dac
commit b44dd76a07
-9
View File
@@ -140,15 +140,6 @@ function createApi(configuration = Config) {
config(conf) {
return createApi(merge({}, configuration, conf));
},
start() {
defaultScanner.start();
},
stop() {
defaultScanner.stop();
},
pause() {
defaultScanner.pause();
},
registerResultCollector(resultCollector) {
defaultScanner.registerResultCollector(resultCollector);
},