summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-10-13 12:49:45 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-10-13 13:03:52 +0100
commitde55bfd77406744a4dddd025af826870d7810dea (patch)
treedf409e5c3879ddcdbedfc4ad81b198d8517f1b12
parentdbe1ac0352d240b630239d032b2352c04d5df328 (diff)
downloadlibgweather-de55bfd77406744a4dddd025af826870d7810dea.tar.gz
Drop the "I know this is unstable" symbol check
We are going to guarantee the API stability of this library going forward.
-rw-r--r--libgweather/gweather.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libgweather/gweather.h b/libgweather/gweather.h
index 8bf5fde..131f311 100644
--- a/libgweather/gweather.h
+++ b/libgweather/gweather.h
@@ -7,10 +7,6 @@
#pragma once
-#if !(defined(GWEATHER_COMPILATION) || defined(GWEATHER_I_KNOW_THIS_IS_UNSTABLE))
-#error "libgweather should only be used if you understand that it's subject to change, and is not supported as a fixed API/ABI or as part of the platform"
-#endif
-
#define IN_GWEATHER_H
#include <libgweather/gweather-version.h>