Remove Unlimited horizontal quality setting

The setting was un-maintainable and would cause major issues for anything but the smallest render distances.
This commit is contained in:
James Seibel
2024-04-06 18:03:54 -05:00
parent 10d9282df7
commit f310f1b316
@@ -45,11 +45,7 @@ public enum EDhApiHorizontalQuality
MEDIUM(2.0f, 12),
HIGH(2.2f, 24),
EXTREME(2.4f, 64),
/** @deprecated this setting is unmaintainable at high render distances. */
@Deprecated
@DisallowSelectingViaConfigGui
UNLIMITED(-1, -1);
;