Skip to content

Commit 04d3108

Browse files
committed
removed unneeded method
1 parent 78c114d commit 04d3108

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Assets/BossRoom/Scripts/Shared/Game/UI/PopupPanel.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ void ResetState()
4343
/// <param name="titleText">The title text at the top of the panel</param>
4444
/// <param name="mainText"> The text just under the title- the main body of text</param>
4545
public void ShowPopupPanel(string titleText, string mainText)
46-
{
47-
SetupPopupPanel(titleText, mainText);
48-
}
49-
50-
void SetupPopupPanel(string titleText, string mainText)
5146
{
5247
if (m_IsPopupShown)
5348
{

0 commit comments

Comments
 (0)