summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorAdrien Plazas <kekun.plazas@laposte.net>2020-08-07 08:13:53 +0200
committerRobert Ancell <robert.ancell@gmail.com>2020-08-18 02:51:04 +0000
commitfd60c313dfe5397992b7830ce0c0cbf1ed577395 (patch)
tree6a4277c58fdb677c3afd227d8defabff624190d2 /shell
parentbccbaf5e43ec2b5f8d940c44e5dd8d8e088646c8 (diff)
downloadgnome-control-center-fd60c313dfe5397992b7830ce0c0cbf1ed577395.tar.gz
Stop using HANDY_USE_UNSTABLE_API
It isn't needed anymore since libhandy 0.90.0.
Diffstat (limited to 'shell')
-rw-r--r--shell/cc-application.c1
-rw-r--r--shell/cc-window.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/shell/cc-application.c b/shell/cc-application.c
index 3f066f6ad..4a90157e2 100644
--- a/shell/cc-application.c
+++ b/shell/cc-application.c
@@ -24,7 +24,6 @@
#include <glib.h>
#include <glib/gi18n.h>
#include <gio/gio.h>
-#define HANDY_USE_UNSTABLE_API
#include <handy.h>
#include "cc-application.h"
diff --git a/shell/cc-window.c b/shell/cc-window.c
index b7bb37151..400c39116 100644
--- a/shell/cc-window.c
+++ b/shell/cc-window.c
@@ -33,7 +33,6 @@
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include <gdk/gdkx.h>
-#define HANDY_USE_UNSTABLE_API
#include <handy.h>
#include <string.h>
#include <time.h>