diff options
author | Ross Burton <ross@linux.intel.com> | 2010-03-01 09:02:03 +0000 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2010-03-09 14:36:59 -0800 |
commit | 2aefbe3e090689c46ee52dc6c3506a2ae7503b5d (patch) | |
tree | 2271e0891a63fac9c0ec4080e8fdc58b961ccd21 | |
parent | 6770a34e08d672fbfebabfc050d5689fd149210a (diff) |
Remove stale TODO
-rw-r--r-- | rest/oauth-proxy.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rest/oauth-proxy.h b/rest/oauth-proxy.h index e93c234..05511af 100644 --- a/rest/oauth-proxy.h +++ b/rest/oauth-proxy.h @@ -141,8 +141,6 @@ gboolean oauth_proxy_access_token_async (OAuthProxy *proxy, gpointer user_data, GError **error); -/* TODO async forms of request and access token */ - const char * oauth_proxy_get_token (OAuthProxy *proxy); void oauth_proxy_set_token (OAuthProxy *proxy, const char *token); |