Skip to content

Commit a96736b

Browse files
committed
remove redundant check from Browser Go
1 parent c34381c commit a96736b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

FlashpointSecurePlayer/WebBrowserMode.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -450,11 +450,6 @@ public void BrowserGo(string url) {
450450
return;
451451
}
452452

453-
if (String.IsNullOrWhiteSpace(url)) {
454-
AddressInvalid();
455-
return;
456-
}
457-
458453
Uri webBrowserURL;
459454

460455
try {

0 commit comments

Comments
 (0)