fix: remove small leftover from old config

This commit is contained in:
FalsePattern 2024-07-26 16:44:32 +02:00
parent 1ed73226b2
commit 76f29fa65c
Signed by: falsepattern
GPG key ID: E930CDEC50C50E23

View file

@ -115,7 +115,6 @@ public class ZigProjectSettingsPanel implements MyDisposable {
r.button("Autodetect", $f(this::autodetect)); r.button("Autodetect", $f(this::autodetect));
}); });
p2.cell("Toolchain version", toolchainVersion); p2.cell("Toolchain version", toolchainVersion);
p2.cell("Override standard library path", stdFieldOverride);
p2.row("Standard library location", row -> { p2.row("Standard library location", row -> {
row.cell(pathToStdField).resizableColumn().align(AlignX.FILL); row.cell(pathToStdField).resizableColumn().align(AlignX.FILL);
row.cell(stdFieldOverride); row.cell(stdFieldOverride);