From 6d3f0dbb304d59759b2faf1e50db94d996f51f8a Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Wed, 1 Aug 2012 18:06:44 -0300 Subject: error, qerror: drop QDict member Used to store error information, but it's unused now. Signed-off-by: Luiz Capitulino Reviewed-by: Markus Armbruster --- qerror.h | 1 - 1 file changed, 1 deletion(-) (limited to 'qerror.h') diff --git a/qerror.h b/qerror.h index c5ad29f..d0a76a4 100644 --- a/qerror.h +++ b/qerror.h @@ -21,7 +21,6 @@ typedef struct QError { QObject_HEAD; - QDict *error; Location loc; char *err_msg; ErrorClass err_class; -- cgit v1.1