summaryrefslogtreecommitdiff
path: root/gtk/gtktextbuffer.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-11-11 05:01:31 +0100
committerBenjamin Otte <otte@redhat.com>2017-11-11 05:01:31 +0100
commit17600b6baba746c86751fea8c69bce5485f913f6 (patch)
tree45051aec10e9e92ca64a96d72a2608c37048f625 /gtk/gtktextbuffer.c
parentd18b10a3d7eb97bcdedd580542d991dbdf8688fd (diff)
downloadgtk+-17600b6baba746c86751fea8c69bce5485f913f6.tar.gz
textview: Make the semi-private headrs really private
Rename the files to have the private.h ending. And remove gtktextdisplay.h from the installed files.
Diffstat (limited to 'gtk/gtktextbuffer.c')
-rw-r--r--gtk/gtktextbuffer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c
index b75ba63503..77d735227f 100644
--- a/gtk/gtktextbuffer.c
+++ b/gtk/gtktextbuffer.c
@@ -27,7 +27,6 @@
#include <string.h>
#include <stdarg.h>
-#define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
#include "gtkclipboard.h"
#include "gtkdnd.h"
#include "gtkinvisible.h"