Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
StollD committed Aug 6, 2018
1 parent baa56af commit da733ae
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/Kopernicus/RuntimeUtility/RuntimeUtility.cs
Original file line number Diff line number Diff line change
@@ -126,14 +126,6 @@ void Awake()
});
GameEvents.onProtoVesselLoad.Add(TransformBodyReferencesOnLoad);
GameEvents.onProtoVesselSave.Add(TransformBodyReferencesOnSave);
GameEvents.OnMapEntered.Add(ApplyOrbitIcons);
GameEvents.onLevelWasLoaded.Add(level =>
{
if (level == GameScenes.TRACKSTATION)
{
ApplyOrbitIcons();
}
});

// Update Music Logic
if (MusicLogic.fetch != null && FlightGlobals.fetch != null && FlightGlobals.GetHomeBody() != null)
@@ -382,7 +374,6 @@ void LateUpdate()
}
}


// Apply orbit icon customization
foreach (MapNode node in Resources.FindObjectsOfTypeAll<MapNode>())
{
@@ -475,10 +466,6 @@ void ApplyOrbitVisibility()
}
}

void ApplyOrbitIcons()
{
}

// Fix the buoyancy
void OnPartUnpack(Part part)
{

0 comments on commit da733ae

Please sign in to comment.