mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-12 21:21:42 +08:00
Removed unused methods
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user