diff options
Diffstat (limited to 'lib/types/types.h')
-rw-r--r-- | lib/types/types.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/types/types.h b/lib/types/types.h index b22c0b0..506510b 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -76,8 +76,6 @@ struct status { STATUS_ERROR, } type; char *message; - char *detail; - int progress; }; struct interface_info { |