remove unused code
This commit is contained in:
parent
4fdb91d290
commit
f9c961bee4
1 changed files with 0 additions and 7 deletions
|
@ -89,13 +89,6 @@ namespace Ryujinx.UI.Widgets
|
||||||
|
|
||||||
return (ResponseType)gtkDialog.Run();
|
return (ResponseType)gtkDialog.Run();
|
||||||
}
|
}
|
||||||
|
|
||||||
internal static ResponseType CreateCustomDialog(string title, string mainText, string secondaryText, Widget widget, MessageType messageType = MessageType.Other)
|
|
||||||
{
|
|
||||||
GtkDialog gtkDialog = new(title, mainText, secondaryText, messageType, ButtonsType.None);
|
|
||||||
gtkDialog.AddActionWidget(widget,ResponseType.Apply);
|
|
||||||
return (ResponseType)gtkDialog.Run();
|
|
||||||
}
|
|
||||||
|
|
||||||
internal static string CreateInputDialog(Window parent, string title, string mainText, uint inputMax)
|
internal static string CreateInputDialog(Window parent, string title, string mainText, uint inputMax)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue