From 1e1118379c6293503e8d5dac7532f0a83671b024 Mon Sep 17 00:00:00 2001 From: "born a rick, raised a morty, died a jerry" Date: Thu, 29 Nov 2018 08:20:58 -0500 Subject: [PATCH] remove unneeded callbacks --- .../BGAnimations/ScreenNetSelectMusic decorations.lua | 8 -------- .../BGAnimations/ScreenSelectMusic decorations/tabs.lua | 1 - 2 files changed, 9 deletions(-) diff --git a/Themes/Til Death/BGAnimations/ScreenNetSelectMusic decorations.lua b/Themes/Til Death/BGAnimations/ScreenNetSelectMusic decorations.lua index 623bf6b35e..dd803157ab 100644 --- a/Themes/Til Death/BGAnimations/ScreenNetSelectMusic decorations.lua +++ b/Themes/Til Death/BGAnimations/ScreenNetSelectMusic decorations.lua @@ -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 \ No newline at end of file diff --git a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/tabs.lua b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/tabs.lua index 5e609dfd44..a9acd0a6d0 100644 --- a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/tabs.lua +++ b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/tabs.lua @@ -32,7 +32,6 @@ end local t = Def.ActorFrame { BeginCommand = function(self) - MESSAGEMAN:Broadcast("AddMPChatInput") SCREENMAN:GetTopScreen():AddInputCallback(input) resetTabIndex() end,