about summary refs log tree commit diff
path: root/app/models
diff options
context:
space:
mode:
authorErin <sylphofelectricity@gmail.com>2017-12-10 21:25:36 -0600
committerErin <sylphofelectricity@gmail.com>2017-12-10 21:25:36 -0600
commit0c46058a43efe6f19fba33146842f7d8ecc8d064 (patch)
tree52398fe337249bc44b107633fbb39adec1a8e29f /app/models
parentc1410af368911f0bbfe7205ba995c7c84dc023f6 (diff)
remove vestigial Status#local_only? definition
Diffstat (limited to 'app/models')
-rw-r--r--app/models/status.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/status.rb b/app/models/status.rb
index 920c255d7..9ae753447 100644
--- a/app/models/status.rb
+++ b/app/models/status.rb
@@ -272,10 +272,6 @@ class Status < ApplicationRecord
     end
   end
 
-  def local_only?
-    local_only
-  end
-
   def marked_local_only?
     # match both with and without U+FE0F (the emoji variation selector)
     /👁\ufe0f?\z/.match?(content)