Removes old _NextStep code
This commit is contained in:
parent
a5142b902c
commit
f78f937c0f
2 changed files with 1 additions and 17 deletions
|
|
@ -324,18 +324,6 @@ angular.module('copayApp.services')
|
|||
storage.remove('addressbook-' + network, cb);
|
||||
};
|
||||
|
||||
root.setNextStep = function(service, status, cb) {
|
||||
storage.set('nextStep-' + service, status, cb);
|
||||
};
|
||||
|
||||
root.getNextStep = function(service, cb) {
|
||||
storage.get('nextStep-' + service, cb);
|
||||
};
|
||||
|
||||
root.removeNextStep = function(service, cb) {
|
||||
storage.remove('nextStep-' + service, cb);
|
||||
};
|
||||
|
||||
root.setLastCurrencyUsed = function(lastCurrencyUsed, cb) {
|
||||
storage.set('lastCurrencyUsed', lastCurrencyUsed, cb)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue