From cd9ad9b08d150535a511cdb91ba6e8139d5b6e81 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 18 Jun 2018 20:56:21 +1200 Subject: Move unit_label struct into header file --- unit_label.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'unit_label.c') diff --git a/unit_label.c b/unit_label.c index 22043ee..d163404 100644 --- a/unit_label.c +++ b/unit_label.c @@ -1,13 +1,5 @@ #include -struct unit_label { - /* number of times this unit fits into the immediate larger one */ - double count; - - /* label for the unit*/ - char *label; -}; - double make_unit_whatsit(const struct unit_label l[], char **unit, double value) { size_t i = 0; -- cgit v1.1