about summary refs log tree commit diff
path: root/TLE.go
diff options
context:
space:
mode:
Diffstat (limited to 'TLE.go')
-rw-r--r--TLE.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/TLE.go b/TLE.go
index 6815b0f..6a201ef 100644
--- a/TLE.go
+++ b/TLE.go
@@ -42,7 +42,3 @@ type tlebytes struct {
 		Checksum                         [1]byte  `json:"checksum"`
 	} `json:"linetwo"`
 }
-
-func TLEfromString(TLE string) tlebytes {
-	return tlebytes{}
-}