summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2014-08-31 00:05:47 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2014-09-15 18:42:52 +0100
commit28a4fada8a3077ab5ea3062c1d59b48971a51283 (patch)
tree093b259f70daaf9a4f8607ccb294a2b74ca61010
parent4b96f5b68c0bc70bf7b0d76fc3c36ff9f9dbe5fd (diff)
downloadlibgdata-28a4fada8a3077ab5ea3062c1d59b48971a51283.tar.gz
tasks: Remove unused members from GDataTasksQuery
-rw-r--r--gdata/services/tasks/gdata-tasks-query.c8
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 e8e21944..6f7219d7 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)