summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--app/lib/backend.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/lib/backend.js b/app/lib/backend.js
index a460a9f104..778997fa38 100644
--- a/app/lib/backend.js
+++ b/app/lib/backend.js
@@ -373,14 +373,6 @@ export class Backend {
.catch(e => log.info('Failed to fetch account history,', e.message));
}
- _apiToReduxConstraints(constraint: *): * {
- if (typeof(constraint) === 'object') {
- return constraint.only;
- } else {
- return constraint;
- }
- }
-
/**
* Start reachability monitoring for online/offline detection
* This is currently done via HTML5 APIs but will be replaced later