Skip to content

Commit

Permalink
Removed redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
siberder committed Apr 16, 2020
1 parent 3776d5c commit fd12f24
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Assets/ModalWindows/Scripts/ModalWindows/SimpleModalWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,4 @@

public class SimpleModalWindow : ModalWindow<SimpleModalWindow>
{
public static new SimpleModalWindow Create(bool ignorable = true)
{
return ModalWindow<SimpleModalWindow>.Create(ignorable);
}

}

0 comments on commit fd12f24

Please sign in to comment.