mirror of https://github.com/quasar/Quasar.git
Removed unnecessary null check
Removed unnecessary null check for FrmSi (already checked in the method).
This commit is contained in:
parent
e720d20811
commit
7acde73f3d
|
@ -397,9 +397,6 @@ public static void HandleGetSystemInfoResponse(Client client, GetSystemInfoRespo
|
|||
}
|
||||
}
|
||||
|
||||
if (client.Value.FrmSi == null)
|
||||
return;
|
||||
|
||||
try
|
||||
{
|
||||
client.Value.FrmSi.Invoke((MethodInvoker)delegate
|
||||
|
|
Loading…
Reference in New Issue