Skip to content

Commit

Permalink
remove unneeded callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 29, 2018
1 parent 75f62ee commit 1e11183
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
@@ -1,10 +1,2 @@
local t = LoadActor("ScreenSelectMusic decorations/default")
t[#t + 1] =
Def.ActorFrame {
BeginCommand = function(self)
MESSAGEMAN:Broadcast("AddMPChatInput")
SCREENMAN:GetTopScreen():AddInputCallback(input)-- not sure if we need this or fallback handles it -mina
end
}

return t
Expand Up @@ -32,7 +32,6 @@ end
local t =
Def.ActorFrame {
BeginCommand = function(self)
MESSAGEMAN:Broadcast("AddMPChatInput")
SCREENMAN:GetTopScreen():AddInputCallback(input)
resetTabIndex()
end,
Expand Down

0 comments on commit 1e11183

Please sign in to comment.