From 0c46058a43efe6f19fba33146842f7d8ecc8d064 Mon Sep 17 00:00:00 2001 From: Erin Date: Sun, 10 Dec 2017 21:25:36 -0600 Subject: remove vestigial Status#local_only? definition --- app/models/status.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/models/status.rb') 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) -- cgit