diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-09-11 14:47:17 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-09-11 15:05:32 +0200 |
commit | 88c51cd55d1a9b29e62269c53b3923770253ab07 (patch) | |
tree | c60753626913fa68f7d3fc3661ed8bb48f276404 /include/LibreOfficeKit | |
parent | 064fd8342111bc62ba646e439c235bd495587a4a (diff) |
LOK: don't use unstable API unconditionally when including the GTK header
Change-Id: I679ddfdadbf4746d3fba64d3d5157ec070b4f6dd
Diffstat (limited to 'include/LibreOfficeKit')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKitGtk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h b/include/LibreOfficeKit/LibreOfficeKitGtk.h index 02789ad3f585..01009fb9eb40 100644 --- a/include/LibreOfficeKit/LibreOfficeKitGtk.h +++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h @@ -13,7 +13,6 @@ #include <gtk/gtk.h> #include <gdk/gdk.h> -#define LOK_USE_UNSTABLE_API #include <LibreOfficeKit/LibreOfficeKit.h> G_BEGIN_DECLS |