diff options
author | Christophe Fergeau | 2008-12-29 12:06:30 +0100 |
---|---|---|
committer | Matt Colyer | 2009-01-02 09:55:08 -0800 |
commit | 0efa3bc3a3519695f288211d720620cc0672f054 (patch) | |
tree | 47cfdb52efaf572fd44f48ae6ab1524fcf26c192 /src/userpref.c | |
parent | b22ea90796608bc4e44317275ee05944b0f45877 (diff) | |
download | libimobiledevice-0efa3bc3a3519695f288211d720620cc0672f054.tar.gz libimobiledevice-0efa3bc3a3519695f288211d720620cc0672f054.tar.bz2 |
Removed unused variables
Diffstat (limited to 'src/userpref.c')
-rw-r--r-- | src/userpref.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/userpref.c b/src/userpref.c index db54679..6e2f9d8 100644 --- a/src/userpref.c +++ b/src/userpref.c @@ -92,9 +92,6 @@ int is_device_known(char *uid) { int ret = 0; gchar *config_file; - GKeyFile *key_file; - gchar **devices_list, **pcur, *keyfilepath, *stored_key; - GIOChannel *keyfile; /* first get config file */ gchar *device_file = g_strconcat(uid, ".pem", NULL); |