Skip to content

Commit

Permalink
Unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
DMagic1 committed Feb 11, 2017
1 parent 1528626 commit 8689ebc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions SCANsat/SCAN_Map/SCANmap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -595,14 +595,6 @@ public void setBody(CelestialBody b)
}
}

public void setMapType(mapType m)
{
if (mType == m)
return;

mType = m;
}

public void setCustomRange(float min, float max)
{
useCustomRange = true;
Expand Down

0 comments on commit 8689ebc

Please sign in to comment.