diff options
-rw-r--r-- | TLE.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/TLE.go b/TLE.go index 5fe70c3..7a7672a 100644 --- a/TLE.go +++ b/TLE.go @@ -16,11 +16,6 @@ type TLE struct { LineTwo LineTwo `json:"linetwo"` } -// NewTLE returns a pointer to a TLE struct filled with the given Lines -func NewTLE(titleLine TitleLine, lineOne LineOne, lineTwo LineTwo) *TLE { - return &TLE{TitleLine: titleLine, LineOne: lineOne, LineTwo: lineTwo} -} - // TitleLine defines the first line in the the TLE // It contains the name of the satellite type TitleLine struct { |