Removed unrequired parameter validation

This commit is contained in:
MikeMaximus
2018-03-07 10:03:44 -06:00
parent c6ded1a349
commit 259cc2c5dd
4 changed files with 0 additions and 44 deletions
-9
View File
@@ -1995,15 +1995,6 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to A game with this exact process and parameter already exists..
'''</summary>
Friend ReadOnly Property frmGameManager_ErrorProcessParameterDupe() As String
Get
Return ResourceManager.GetString("frmGameManager_ErrorProcessParameterDupe", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to The process is not a a valid regular expression.[BR][BR]Would you like help validating and testing your regular expression? [BR][BR]This will open your web browser and requires the internet..
'''</summary>