Drop gdkvisual.h from the installed headers.
authorMatthias Clasen <mclasen@redhat.com>
Wed, 1 Nov 2017 02:06:43 +0000 (22:06 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 1 Nov 2017 02:07:34 +0000 (22:07 -0400)
gdk/gdk-autocleanup.h
gdk/gdk.h
gdk/meson.build

index b867e019501c519bd4be6b0e144d75e8fcdc2dbf..20c048f8ee67b8622904b81b16468c0942bb86dd 100644 (file)
@@ -32,7 +32,6 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkFrameClock, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkGLContext, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkKeymap, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkScreen, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkVisual, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkWindow, g_object_unref)
 
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkEvent, gdk_event_free)
index 8bed08072ceef18a2d4f946a525a9cb0f73108d7..945f8f885dd558d0f48e15912a3510b8b895d6c1 100644 (file)
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -60,7 +60,6 @@
 #include <gdk/gdkselection.h>
 #include <gdk/gdkthreads.h>
 #include <gdk/gdktypes.h>
-#include <gdk/gdkvisual.h>
 #include <gdk/gdkvulkancontext.h>
 #include <gdk/gdkwindow.h>
 
index 7f84fcb98ec007b212b80adae04475270fad1d63..02557cc4bdb30931ef7bfbb88079f76bc57ac033 100644 (file)
@@ -72,7 +72,6 @@ gdk_public_headers = files([
   'gdkselection.h',
   'gdkthreads.h',
   'gdktypes.h',
-  'gdkvisual.h',
   'gdkvulkancontext.h',
   'gdkwindow.h',
 ])