1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-10-22 12:45:23 +00:00

call-record-row: Drop superfluous cast

Signed-off-by: Guido Günther <agx@sigxcpu.org>
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/756>
This commit is contained in:
Guido Günther 2024-09-14 11:01:19 +02:00 committed by Marge Bot
parent f4e8373eaa
commit 2f8877b107

View file

@ -418,8 +418,7 @@ set_property (GObject *object,
switch (property_id) { switch (property_id) {
case PROP_RECORD: case PROP_RECORD:
g_set_object (&self->record, g_set_object (&self->record, g_value_get_object (value));
CALLS_CALL_RECORD (g_value_get_object (value)));
break; break;
default: default: