From 2f8877b107c9d5d8847f21e74df0626f9ad1ec73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sat, 14 Sep 2024 11:01:19 +0200 Subject: [PATCH] call-record-row: Drop superfluous cast MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Guido Günther Part-of: --- src/calls-call-record-row.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/calls-call-record-row.c b/src/calls-call-record-row.c index e5dd251..e1ba2e6 100644 --- a/src/calls-call-record-row.c +++ b/src/calls-call-record-row.c @@ -418,8 +418,7 @@ set_property (GObject *object, switch (property_id) { case PROP_RECORD: - g_set_object (&self->record, - CALLS_CALL_RECORD (g_value_get_object (value))); + g_set_object (&self->record, g_value_get_object (value)); break; default: