Skip to content

Commit 1e11183

Browse files
remove unneeded callbacks
1 parent 75f62ee commit 1e11183

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed
Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,2 @@
11
local t = LoadActor("ScreenSelectMusic decorations/default")
2-
t[#t + 1] =
3-
Def.ActorFrame {
4-
BeginCommand = function(self)
5-
MESSAGEMAN:Broadcast("AddMPChatInput")
6-
SCREENMAN:GetTopScreen():AddInputCallback(input)-- not sure if we need this or fallback handles it -mina
7-
end
8-
}
9-
102
return t

Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/tabs.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ end
3232
local t =
3333
Def.ActorFrame {
3434
BeginCommand = function(self)
35-
MESSAGEMAN:Broadcast("AddMPChatInput")
3635
SCREENMAN:GetTopScreen():AddInputCallback(input)
3736
resetTabIndex()
3837
end,

0 commit comments

Comments
 (0)