From dafcb021534d2a19ff5d4c1f9bedafb52a2ce77f Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sun, 18 Sep 2016 13:45:39 +0200 Subject: Remove unused action constants --- app/assets/javascripts/components/actions/follow.jsx | 1 - 1 file changed, 1 deletion(-) (limited to 'app/assets/javascripts/components/actions/follow.jsx') 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'; -- cgit