summaryrefslogtreecommitdiff
path: root/client/smburi.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2008-02-19 09:41:06 +0000
committerAlexander Larsson <alexl@src.gnome.org>2008-02-19 09:41:06 +0000
commitb64547deb808046b8bac687242ab777c0bf0d73a (patch)
tree3c7b9cb07e93beabc2f2efbe879ee279a525c449 /client/smburi.c
parent31a620e564b9edb751c19c71193ca73123faddb4 (diff)
downloadgvfs-b64547deb808046b8bac687242ab777c0bf0d73a.tar.gz
Code cleanup from Kjartan: Removes unused code/variables. Uses right
2008-02-19 Alexander Larsson <alexl@redhat.com> * lots of *.c files: Code cleanup from Kjartan: Removes unused code/variables. Uses right printf types Uses non-deprecated dbus calls. Removes spurious ; and , deleted extra checks for NULL for g_free svn path=/trunk/; revision=1302
Diffstat (limited to 'client/smburi.c')
-rw-r--r--client/smburi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/smburi.c b/client/smburi.c
index f2f3ea3a..c1a10c8a 100644
--- a/client/smburi.c
+++ b/client/smburi.c
@@ -269,10 +269,8 @@ g_vfs_uri_mapper_smb_class_finalize (GVfsUriMapperSmbClass *klass)
static void
g_vfs_uri_mapper_smb_class_init (GVfsUriMapperSmbClass *class)
{
- GObjectClass *object_class;
GVfsUriMapperClass *mapper_class;
- object_class = (GObjectClass *) class;
mapper_class = G_VFS_URI_MAPPER_CLASS (class);
mapper_class->get_handled_schemes = smb_get_handled_schemes;
mapper_class->from_uri = smb_from_uri;