gdk: Drop GDK_PARENT_RELATIVE

This define is not used anywhere.
This commit is contained in:
Matthias Clasen 2020-05-26 19:21:55 -04:00
parent 5f9bcd0409
commit 7fb5b970f5

View File

@ -44,7 +44,7 @@
*/ */
#include <gdk/gdkconfig.h> #include <gdk/gdkconfig.h>
/* some common magic values */ G_BEGIN_DECLS
/** /**
* GDK_CURRENT_TIME: * GDK_CURRENT_TIME:
@ -53,19 +53,6 @@
*/ */
#define GDK_CURRENT_TIME 0L #define GDK_CURRENT_TIME 0L
/**
* GDK_PARENT_RELATIVE:
*
* A special value, indicating that the background
* for a surface should be inherited from the parent surface.
*/
#define GDK_PARENT_RELATIVE 1L
G_BEGIN_DECLS
/** /**
* GdkPoint: * GdkPoint:
* @x: the x coordinate of the point * @x: the x coordinate of the point