~xenrox/srhtctl

c219309ff66643ec1b671dde0b6a397f327c0127 — Thorben Günther 2 years ago a6bc0dd
meta: Remove unused function
1 files changed, 0 insertions(+), 3 deletions(-)

M api/meta.go
M api/meta.go => api/meta.go +0 -3
@@ 56,9 56,6 @@ func MetaGetProfile() error {
		return err
	}
	response.printProfile()
	if MetaEdit == true {
		// TODO: edit values in text file vs with command line options
	}
	return nil
}