Skip to content

Commit fd12f24

Browse files
committed
Removed redundant code
1 parent 3776d5c commit fd12f24

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Assets/ModalWindows/Scripts/ModalWindows/SimpleModalWindow.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,4 @@
55

66
public class SimpleModalWindow : ModalWindow<SimpleModalWindow>
77
{
8-
public static new SimpleModalWindow Create(bool ignorable = true)
9-
{
10-
return ModalWindow<SimpleModalWindow>.Create(ignorable);
11-
}
12-
138
}

0 commit comments

Comments
 (0)