remove unused code bits

This commit is contained in:
Nuwan 2021-05-12 19:09:21 +05:30
parent 2421a4bc03
commit 93b848c2d8
2 changed files with 1 additions and 11 deletions

View File

@ -1,7 +0,0 @@
class ApiLatencyController < ApiController
before_filter :api_signed_in_user
def index
end
end

View File

@ -13,7 +13,7 @@ class ApiUsersController < ApiController
:band_invitation_index, :band_invitation_show, :band_invitation_update, # band invitations
:set_password, :begin_update_email, :update_avatar, :delete_avatar, :generate_filepicker_policy,
:share_session, :share_recording,
:affiliate_report, :audio_latency, :broadcast_notification, :redeem_giftcard]
:affiliate_report, :audio_latency, :get_latencies, :broadcast_notification, :redeem_giftcard]
before_filter :ip_blacklist, :only => [:create, :redeem_giftcard]
respond_to :json, :except => :calendar
@ -1154,9 +1154,6 @@ class ApiUsersController < ApiController
@onboarding = User.find(params[:id])
end
def latency
end
###################### RECORDINGS #######################
# def recording_index
# @recordings = User.recording_index(current_user, params[:id])