[gnome-screenshot] Stop defining HDY_USE_UNSTABLE_API



commit 7cb64a008d7f7e0120988e8b27483a9ef24081ac
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Aug 7 16:28:26 2020 +0500

    Stop defining HDY_USE_UNSTABLE_API
    
    It's stable from now on.

 src/screenshot-application.c        | 1 -
 src/screenshot-dialog.h             | 1 -
 src/screenshot-interactive-dialog.h | 1 -
 3 files changed, 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]