diff options
Diffstat (limited to 'capplets/about-me/mate-about-me.c')
-rw-r--r-- | capplets/about-me/mate-about-me.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/capplets/about-me/mate-about-me.c b/capplets/about-me/mate-about-me.c index 24994e6b..b95012e4 100644 --- a/capplets/about-me/mate-about-me.c +++ b/capplets/about-me/mate-about-me.c @@ -26,7 +26,6 @@ #include <glib/gstdio.h> #include <gio/gio.h> #include <unistd.h> -#include <dbus/dbus-glib-bindings.h> #if HAVE_ACCOUNTSSERVICE #include <act/act.h> @@ -38,7 +37,6 @@ #include "e-image-chooser.h" #include "mate-about-me-password.h" #include "mate-about-me-fingerprint.h" -#include "marshal.h" #include "capplet-util.h" @@ -535,9 +533,6 @@ main (int argc, char **argv) capplet_init (NULL, &argc, &argv); - dbus_g_object_register_marshaller (fprintd_marshal_VOID__STRING_BOOLEAN, - G_TYPE_NONE, G_TYPE_STRING, G_TYPE_BOOLEAN, G_TYPE_INVALID); - rc = about_me_setup_dialog (); if (rc != -1) { |