DEV: Remove unused code (#26556)

Left over from e3cfb1967d
This commit is contained in:
Jarek Radosz 2024-04-08 16:10:42 +02:00 committed by GitHub
parent e34da15b55
commit 8080ced95b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 11 deletions

View File

@ -166,17 +166,6 @@ class SectionLink {
return this.value === undefined || this.validValue ? "" : "warning";
}
get external() {
return (
this.value &&
!(
this.value.startsWith(this.httpHost) ||
this.value.startsWith(this.httpsHost) ||
this.value.startsWith("/")
)
);
}
get isPrimary() {
return this.segment === "primary";
}