summaryrefslogtreecommitdiff
path: root/examples/lastfm-shout.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lastfm-shout.c')
-rw-r--r--examples/lastfm-shout.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/lastfm-shout.c b/examples/lastfm-shout.c
index 02894a4..5d82a9b 100644
--- a/examples/lastfm-shout.c
+++ b/examples/lastfm-shout.c
@@ -57,7 +57,6 @@ static void
shout (RestProxy *proxy, const char *username, const char *message)
{
RestProxyCall *call;
- RestXmlNode *root, *node;
GError *error = NULL;
call = rest_proxy_new_call (proxy);