summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2020-08-07 16:28:26 +0500
committerAlexander Mikhaylenko <alexm@gnome.org>2020-08-07 16:28:33 +0500
commit7cb64a008d7f7e0120988e8b27483a9ef24081ac (patch)
tree6701571f7e6d1fe9477e54db3a3609f7d0a9a3ac
parentb761999fd666a100af50afabf9a03b381e60e753 (diff)
downloadgnome-screenshot-7cb64a008d7f7e0120988e8b27483a9ef24081ac.tar.gz
Stop defining HDY_USE_UNSTABLE_API
It's stable from now on.
-rw-r--r--src/screenshot-application.c1
-rw-r--r--src/screenshot-dialog.h1
-rw-r--r--src/screenshot-interactive-dialog.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/screenshot-application.c b/src/screenshot-application.c
index 80f9d94..bf73e57 100644
--- a/src/screenshot-application.c
+++ b/src/screenshot-application.c
@@ -31,7 +31,6 @@
#include <glib/gi18n.h>
#include <gio/gio.h>
-#define HANDY_USE_UNSTABLE_API
#include <handy.h>
#include "screenshot-application.h"
diff --git a/src/screenshot-dialog.h b/src/screenshot-dialog.h
index 9c1a903..3f07c0d 100644
--- a/src/screenshot-dialog.h
+++ b/src/screenshot-dialog.h
@@ -19,7 +19,6 @@
#pragma once
-#define HANDY_USE_UNSTABLE_API
#include <handy.h>
G_BEGIN_DECLS
diff --git a/src/screenshot-interactive-dialog.h b/src/screenshot-interactive-dialog.h
index e506b66..9598da5 100644
--- a/src/screenshot-interactive-dialog.h
+++ b/src/screenshot-interactive-dialog.h
@@ -22,7 +22,6 @@
#pragma once
-#define HANDY_USE_UNSTABLE_API
#include <handy.h>
G_BEGIN_DECLS