[gnome-photos] fetch-ids-job: Remove unused variable
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] fetch-ids-job: Remove unused variable
- Date: Thu, 23 Jun 2016 08:26:32 +0000 (UTC)
commit 04ba8eead9acc68b54ee61ce87bbd713307c0c32
Author: Debarshi Ray <debarshir gnome org>
Date: Thu Jun 23 10:26:05 2016 +0200
fetch-ids-job: Remove unused variable
Fall out from 3ab8a737358b66d3e29afaf40b4f70a4eebe3d82
src/photos-fetch-ids-job.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/photos-fetch-ids-job.c b/src/photos-fetch-ids-job.c
index 0e75584..0f9d8eb 100644
--- a/src/photos-fetch-ids-job.c
+++ b/src/photos-fetch-ids-job.c
@@ -106,14 +106,12 @@ photos_fetch_ids_job_cursor_next (GObject *source_object, GAsyncResult *res, gpo
static void
photos_fetch_ids_job_query_executed (GObject *source_object, GAsyncResult *res, gpointer user_data)
{
- PhotosFetchIdsJob *self;
GCancellable *cancellable;
GTask *task = G_TASK (user_data);
TrackerSparqlConnection *connection = TRACKER_SPARQL_CONNECTION (source_object);
TrackerSparqlCursor *cursor;
GError *error;
- self = PHOTOS_FETCH_IDS_JOB (g_task_get_source_object (task));
cancellable = g_task_get_cancellable (task);
error = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]