mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-17 07:46:03 +00:00
record-row: Remove unused code
This commit is contained in:
parent
b81b216cf0
commit
37eba7b66f
1 changed files with 0 additions and 3 deletions
|
@ -444,7 +444,6 @@ constructed (GObject *object)
|
||||||
gboolean inbound;
|
gboolean inbound;
|
||||||
GDateTime *answered;
|
GDateTime *answered;
|
||||||
GDateTime *end;
|
GDateTime *end;
|
||||||
g_autofree char *target_name = NULL;
|
|
||||||
g_autofree char *protocol = NULL;
|
g_autofree char *protocol = NULL;
|
||||||
g_autofree char *action_name = NULL;
|
g_autofree char *action_name = NULL;
|
||||||
g_autofree char *target = NULL;
|
g_autofree char *target = NULL;
|
||||||
|
@ -469,8 +468,6 @@ constructed (GObject *object)
|
||||||
if (target && *target)
|
if (target && *target)
|
||||||
gtk_actionable_set_action_target (GTK_ACTIONABLE (self->button),
|
gtk_actionable_set_action_target (GTK_ACTIONABLE (self->button),
|
||||||
"(ss)", target, "");
|
"(ss)", target, "");
|
||||||
else
|
|
||||||
;
|
|
||||||
|
|
||||||
setup_time (self, inbound, answered, end);
|
setup_time (self, inbound, answered, end);
|
||||||
calls_date_time_unref (answered);
|
calls_date_time_unref (answered);
|
||||||
|
|
Loading…
Reference in a new issue