From 2a9a38a4e143a24dbffb8625f7781d91238b7905 Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 19 Aug 2019 15:52:29 +0200 Subject: removed NewTLE --- TLE.go | 5 ----- 1 file changed, 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 { -- cgit 1.4.1