Update 'Settings.ahk'

This commit is contained in:
David Daily 2020-01-24 02:12:54 -06:00
parent a90f2077b6
commit 6acd69fd87
1 changed files with 0 additions and 4 deletions

View File

@ -25,10 +25,6 @@ glovar := ini_getValue(ini, "Replacement", "GloVar")
; Language
ger := ini_getValue(ini, "Language", "German")
; Info
d3k_version := ini_getValue(ini, "Info", "Version")
d3k_version := RTrim(d3k_version, "0") ; it was returning the value with appended zeroes, that's not neccesary.
;------------------------------------------------------------------------------
; Create GUI
;------------------------------------------------------------------------------