about summary refs log tree commit diff
path: root/app/assets/javascripts/components/actions/follow.jsx
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-09-18 13:45:39 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-09-18 13:45:39 +0200
commitdafcb021534d2a19ff5d4c1f9bedafb52a2ce77f (patch)
tree4e525cb2cafc6a531cf8a42fc00acc7e58af0aa2 /app/assets/javascripts/components/actions/follow.jsx
parent9863196f7bf007aedf5f832a20dcd6f519dbf383 (diff)
Remove unused action constants
Diffstat (limited to 'app/assets/javascripts/components/actions/follow.jsx')
-rw-r--r--app/assets/javascripts/components/actions/follow.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/components/actions/follow.jsx b/app/assets/javascripts/components/actions/follow.jsx
index 703ac0297..aeb786aa3 100644
--- a/app/assets/javascripts/components/actions/follow.jsx
+++ b/app/assets/javascripts/components/actions/follow.jsx
@@ -1,7 +1,6 @@
 import api from '../api'
 
 export const FOLLOW_CHANGE         = 'FOLLOW_CHANGE';
-export const FOLLOW_SUBMIT         = 'FOLLOW_SUBMIT';
 export const FOLLOW_SUBMIT_REQUEST = 'FOLLOW_SUBMIT_REQUEST';
 export const FOLLOW_SUBMIT_SUCCESS = 'FOLLOW_SUBMIT_SUCCESS';
 export const FOLLOW_SUBMIT_FAIL    = 'FOLLOW_SUBMIT_FAIL';