aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/Dialog.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-01 15:23:46 -0400
committerMichael <[email protected]>2017-05-01 15:23:46 -0400
commit7532df70757ecbcaf735a5fc50eee282f555741a (patch)
treebbf4c161697b390a96af01a36277c8dc4e52e1a0 /ShiftOS.WinForms/Applications/Dialog.cs
parentb71cea249357eeb948f94894970a17078a9c5249 (diff)
downloadshiftos_thereturn-7532df70757ecbcaf735a5fc50eee282f555741a.tar.gz
shiftos_thereturn-7532df70757ecbcaf735a5fc50eee282f555741a.tar.bz2
shiftos_thereturn-7532df70757ecbcaf735a5fc50eee282f555741a.zip
Replace most instances of "CurrentSave.Username"
Diffstat (limited to 'ShiftOS.WinForms/Applications/Dialog.cs')
-rw-r--r--ShiftOS.WinForms/Applications/Dialog.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/ShiftOS.WinForms/Applications/Dialog.cs b/ShiftOS.WinForms/Applications/Dialog.cs
index 2abc705..f9d0b86 100644
--- a/ShiftOS.WinForms/Applications/Dialog.cs
+++ b/ShiftOS.WinForms/Applications/Dialog.cs
@@ -85,8 +85,6 @@ namespace ShiftOS.WinForms.Applications
}
- private Action OpenCallback = null;
-
public void Open(string title, string msg, Action c = null)
{
new Dialog().OpenInternal(title, msg, c);