Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers/interim_stream_hackiness_helper.rb')
-rw-r--r--app/helpers/interim_stream_hackiness_helper.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/helpers/interim_stream_hackiness_helper.rb b/app/helpers/interim_stream_hackiness_helper.rb
index c5d6992ab..78a893143 100644
--- a/app/helpers/interim_stream_hackiness_helper.rb
+++ b/app/helpers/interim_stream_hackiness_helper.rb
@@ -46,8 +46,4 @@ module InterimStreamHackinessHelper
def publisher_open
publisher_method(:open)
end
-
- def publisher_public
- publisher_method(:public)
- end
end