Skip to content

Commit c0eaf1c

Browse files
committed
Remove unused function
1 parent 3fa9259 commit c0eaf1c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Flow.Launcher/MessageBoxEx.xaml.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ private MessageBoxEx(MessageBoxButton button)
2222
InitializeComponent();
2323
}
2424

25-
public static MessageBoxResult Show(string messageBoxText)
26-
=> Show(messageBoxText, string.Empty, MessageBoxButton.OK, MessageBoxImage.None, MessageBoxResult.OK);
27-
2825
public static MessageBoxResult Show(
2926
string messageBoxText,
3027
string caption = "",

0 commit comments

Comments
 (0)