Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Majiir committed Sep 6, 2014
1 parent 3844fd2 commit 5dd0306
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Plugin/Kethane/UserInterface/MapOverlay.cs
Expand Up @@ -438,7 +438,6 @@ private void controlWindow(int windowID)
{
var vessel = FlightGlobals.ActiveVessel;
if (vessel != null && vessel.mainBody != body) { vessel = null; }
var deposit = vessel == null ? null : KethaneData.Current.GetCellDeposit(resource.Resource, body, GetCellUnder(body, vessel.transform.position));

GUILayout.BeginVertical(GUI.skin.box);

Expand Down

0 comments on commit 5dd0306

Please sign in to comment.