about summary refs log tree commit diff
path: root/app/models/form
diff options
context:
space:
mode:
authorysksn <bluewhale1982@gmail.com>2018-12-26 02:29:51 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-12-25 18:29:51 +0100
commit6641a1cac90e65db2c4371306d6b4e3785d69857 (patch)
tree4afb2d458a6ffad967fe14529066d40242762280 /app/models/form
parentfd16502ae491f2fd1561c1d6b092a51f0d8ebc58 (diff)
Remove Form::StatusBatch::ACTION_TYPE unused (#9623)
Diffstat (limited to 'app/models/form')
-rw-r--r--app/models/form/status_batch.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/form/status_batch.rb b/app/models/form/status_batch.rb
index 8f5fd1fa2..898728067 100644
--- a/app/models/form/status_batch.rb
+++ b/app/models/form/status_batch.rb
@@ -6,8 +6,6 @@ class Form::StatusBatch
 
   attr_accessor :status_ids, :action, :current_account
 
-  ACTION_TYPE = %w(nsfw_on nsfw_off delete).freeze
-
   def save
     case action
     when 'nsfw_on', 'nsfw_off'