mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-09-26 03:18:58 +02:00
Removed unused function
This commit is contained in:
parent
ecb8416b3a
commit
d06f26be9b
@ -114,11 +114,6 @@ Public Class Localization
|
||||
End If
|
||||
End Function
|
||||
|
||||
Private Shared Function GetTokenName(ByVal s As String) As String
|
||||
s = s.Replace("tokens.", "").ToLower() ' Lets format the string before finding it
|
||||
Return s
|
||||
End Function
|
||||
|
||||
Public Shared Function TokenExists(ByVal TokenName As String) As Boolean
|
||||
Return LocalizationTokens.ContainsKey(TokenName)
|
||||
End Function
|
||||
|
Loading…
x
Reference in New Issue
Block a user