From 211d7eb1de2d3a9cd97846deb9a85a934dae2981 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Wed, 7 Dec 2016 11:30:27 +1100 Subject: types: Remove detail and progress from struct status Nothing used these, and the serialisation was buggy anyway. Signed-off-by: Jeremy Kerr Signed-off-by: Samuel Mendoza-Jonas --- ui/test/discover-test.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ui/test/discover-test.c') diff --git a/ui/test/discover-test.c b/ui/test/discover-test.c index ea76764..f3e7dd8 100644 --- a/ui/test/discover-test.c +++ b/ui/test/discover-test.c @@ -81,8 +81,6 @@ static void print_status(struct status *status, printf("status:\n"); printf("\ttype: %d\n", status->type); printf("\tmessage: %s\n", status->message); - printf("\tdetail: %s\n", status->detail); - printf("\tprogress: %d\n", status->progress); } -- cgit v1.2.1