Mark unused params, remove unused macro and args (bug 14401)

This commit is contained in:
rim
2018-05-29 02:23:26 +03:00
committed by Landry Breuil
parent ceb5a7d347
commit 66a0d4bfc9
9 changed files with 21 additions and 18 deletions

View File

@@ -70,7 +70,6 @@ struct _XtmSettings
/*<private>*/
GValue values[N_PROPS];
};
#define GET_PRIV(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), XTM_TYPE_SETTINGS, XtmSettingsPriv))
G_DEFINE_TYPE (XtmSettings, xtm_settings, G_TYPE_OBJECT)
static void xtm_settings_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec);