rm unused code

This commit is contained in:
6543 2019-10-13 15:18:16 +02:00
parent 46af9365b7
commit 26546d03ef
Signed by: 6543
GPG Key ID: A1CA74D27FD13271
1 changed files with 0 additions and 3 deletions

View File

@ -75,9 +75,6 @@ public enum Version {
if (i_value > i_last) return 3;
}

//prepare for next checks
if (min.indexOf(".") < 0) return 0;

min = min.substring(min.indexOf(".")+1);
last = last.substring(last.indexOf(".")+1);
value = value.substring(value.indexOf(".")+1);