summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-06-06 19:15:54 -0400
committerAllen Winter <allen.winter@kdab.com>2022-06-06 19:15:54 -0400
commit3396cf5a3d2a4a40292a76e758bc6f55cb567528 (patch)
tree531e7b0799d8d1b5e4b57e033ff19b658869e573 /src
parent5de3e1500d33e3f14b289ee29ceb79cd9cc64fed (diff)
downloadlibical-git-3396cf5a3d2a4a40292a76e758bc6f55cb567528.tar.gz
consider libical-glib as stable now
fixes: #574
Diffstat (limited to 'src')
-rw-r--r--src/libical-glib/tools/header-header-template4
-rw-r--r--src/test/icalattach-leak.c2
2 files changed, 0 insertions, 6 deletions
diff --git a/src/libical-glib/tools/header-header-template b/src/libical-glib/tools/header-header-template
index cab23f9f..b19012c2 100644
--- a/src/libical-glib/tools/header-header-template
+++ b/src/libical-glib/tools/header-header-template
@@ -11,10 +11,6 @@
#include <glib-object.h>
-#if !defined(LIBICAL_GLIB_UNSTABLE_API) && !defined(LIBICAL_GLIB_COMPILATION)
-#error "Define LIBICAL_GLIB_UNSTABLE_API, to indicate it's understood the libical-glib API is currently unstable"
-#endif
-
#define __LIBICAL_GLIB_H_INSIDE__
#include <libical-glib/i-cal-forward-declarations.h>
diff --git a/src/test/icalattach-leak.c b/src/test/icalattach-leak.c
index 209bcba5..3740742c 100644
--- a/src/test/icalattach-leak.c
+++ b/src/test/icalattach-leak.c
@@ -14,9 +14,7 @@
#include <stdio.h>
-#define LIBICAL_GLIB_UNSTABLE_API
#include "libical-glib/libical-glib.h"
-#undef LIBICAL_GLIB_UNSTABLE_API
static GSList *get_attachments(ICalComponent *comp)
{