summaryrefslogtreecommitdiff
path: root/capplets/about-me/mate-about-me.c
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-06-27 16:15:10 +0800
committerraveit65 <[email protected]>2020-08-16 13:52:41 +0200
commit6ffcc44a06cb86a417afe433c218a3b60c13531d (patch)
treece3db465e1d544e2fc0921af1ddb540d12f8388f /capplets/about-me/mate-about-me.c
parentd4e64fb49a5dc5add80e88aab905d122999656fd (diff)
downloadmate-control-center-6ffcc44a06cb86a417afe433c218a3b60c13531d.tar.bz2
mate-control-center-6ffcc44a06cb86a417afe433c218a3b60c13531d.tar.xz
about-me: migrate from dbus-glib to GDBus
Diffstat (limited to 'capplets/about-me/mate-about-me.c')
-rw-r--r--capplets/about-me/mate-about-me.c5
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) {