]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
types: Remove detail and progress from struct status
[petitboot] / lib / types / types.h
index b22c0b01374e69d233446170ada0dca59291bec8..506510b1fbbfc0775a3999e701a0158f5da3ebc4 100644 (file)
@@ -76,8 +76,6 @@ struct status {
                STATUS_ERROR,
        } type;
        char    *message;
                STATUS_ERROR,
        } type;
        char    *message;
-       char    *detail;
-       int     progress;
 };
 
 struct interface_info {
 };
 
 struct interface_info {