aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/ducks/send.duck.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/ducks/send.duck.js')
-rw-r--r--ui/app/ducks/send.duck.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/ui/app/ducks/send.duck.js b/ui/app/ducks/send.duck.js
index 758916d48..4d212bd03 100644
--- a/ui/app/ducks/send.duck.js
+++ b/ui/app/ducks/send.duck.js
@@ -62,14 +62,6 @@ export default function reducer ({ send: sendState = initState }, action = {}) {
}
// Action Creators
-export function openFromDropdown () {
- return { type: OPEN_FROM_DROPDOWN }
-}
-
-export function closeFromDropdown () {
- return { type: CLOSE_FROM_DROPDOWN }
-}
-
export function openToDropdown () {
return { type: OPEN_TO_DROPDOWN }
}