[libgdata/657539-tasks-tests: 7/19] tasks: Remove unused members from GDataTasksQuery



commit 28a4fada8a3077ab5ea3062c1d59b48971a51283
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun Aug 31 00:05:47 2014 +0100

    tasks: Remove unused members from GDataTasksQuery

 gdata/services/tasks/gdata-tasks-query.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/gdata/services/tasks/gdata-tasks-query.c b/gdata/services/tasks/gdata-tasks-query.c
index e8e2194..6f7219d 100644
--- a/gdata/services/tasks/gdata-tasks-query.c
+++ b/gdata/services/tasks/gdata-tasks-query.c
@@ -54,11 +54,6 @@ struct _GDataTasksQueryPrivate {
        gboolean show_completed;
        gboolean show_deleted;
        gboolean show_hidden;
-
-       /* These params are here not in GDataQuery due of differently named query params for JSON protocols 
therefore need for different parse_uri */
-       gint max_results;
-       gchar *page_token;
-       gint64 updated_min;
 };
 
 enum {
@@ -69,9 +64,6 @@ enum {
        PROP_SHOW_COMPLETED,
        PROP_SHOW_DELETED,
        PROP_SHOW_HIDDEN,
-       PROP_MAX_RESULTS,
-       PROP_PAGE_TOKEN,
-       PROP_UPDATED_MIN,
 };
 
 G_DEFINE_TYPE (GDataTasksQuery, gdata_tasks_query, GDATA_TYPE_QUERY)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]