diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-07-31 01:35:03 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-07-31 01:35:03 +0800 |
commit | 87070d25c5f2d9a0ecba73e8ce913eca7f183c79 (patch) | |
tree | 6d7ff60f986068bfd130f7cb20dfde9f5428b97f /libempathy/empathy-dispatcher.c | |
parent | f54c1834d7a8dc0de0f6f4c1ae60910a38944d05 (diff) | |
download | gsoc2013-empathy-87070d25c5f2d9a0ecba73e8ce913eca7f183c79.tar gsoc2013-empathy-87070d25c5f2d9a0ecba73e8ce913eca7f183c79.tar.gz gsoc2013-empathy-87070d25c5f2d9a0ecba73e8ce913eca7f183c79.tar.bz2 gsoc2013-empathy-87070d25c5f2d9a0ecba73e8ce913eca7f183c79.tar.lz gsoc2013-empathy-87070d25c5f2d9a0ecba73e8ce913eca7f183c79.tar.xz gsoc2013-empathy-87070d25c5f2d9a0ecba73e8ce913eca7f183c79.tar.zst gsoc2013-empathy-87070d25c5f2d9a0ecba73e8ce913eca7f183c79.zip |
Fix some coding style issues
Diffstat (limited to 'libempathy/empathy-dispatcher.c')
-rw-r--r-- | libempathy/empathy-dispatcher.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index fe330256d..03f5fc1b8 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -1057,7 +1057,6 @@ empathy_dispatcher_class_init (EmpathyDispatcherClass *klass) g_type_class_add_private (object_class, sizeof (EmpathyDispatcherPriv)); - klass->dbus_props_class.interfaces = prop_interfaces; tp_dbus_properties_mixin_class_init (object_class, G_STRUCT_OFFSET (EmpathyDispatcherClass, dbus_props_class)); |