mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-16 16:06:11 +00:00
record-store: Get rid of unused code
This commit is contained in:
parent
edfb4455f8
commit
3e22ef8c74
1 changed files with 0 additions and 7 deletions
|
@ -158,7 +158,6 @@ load_calls_fetch_cb (GomResourceGroup *group,
|
|||
for (i = 0; i < count; ++i) {
|
||||
GomResource *resource;
|
||||
CallsCallRecord *record;
|
||||
GDateTime *end = NULL;
|
||||
|
||||
resource = gom_resource_group_get_index (group, i);
|
||||
g_assert (resource != NULL);
|
||||
|
@ -167,12 +166,6 @@ load_calls_fetch_cb (GomResourceGroup *group,
|
|||
|
||||
records[i] = record;
|
||||
|
||||
g_object_get (G_OBJECT (record),
|
||||
"end", &end,
|
||||
NULL);
|
||||
if (end)
|
||||
g_date_time_unref (end);
|
||||
|
||||
g_signal_connect (record,
|
||||
"call-delete",
|
||||
G_CALLBACK (delete_call_cb),
|
||||
|
|
Loading…
Reference in a new issue