refactor(earth): remove dead code - setupMouseControls, getSelectedSatellite, updateCableDetails

This commit is contained in:
rayd1o
2026-03-19 14:22:03 +08:00
parent 6fabbcfe5c
commit d18e400fcb
3 changed files with 12 additions and 64 deletions

View File

@@ -312,10 +312,6 @@ export function selectSatellite(index) {
return getSatelliteAt(index);
}
export function getSelectedSatellite() {
return selectedSatellite;
}
export function getSatellitePoints() {
return satellitePoints;
}