diff --git a/cs/bsdx0200GUISourceCode/DSplash.cs b/cs/bsdx0200GUISourceCode/DSplash.cs index f873b03..05616f0 100644 --- a/cs/bsdx0200GUISourceCode/DSplash.cs +++ b/cs/bsdx0200GUISourceCode/DSplash.cs @@ -170,12 +170,6 @@ namespace IndianHealthService.ClinicalScheduling this.Invoke(d); } - public void RemoteHide() - { - dAny d = new dAny(this.Hide); - this.Invoke(d); - } - public void RemoteProgressBarMaxSet(int max) { if (this.InvokeRequired == true)