From adf9377b61724d76de1f91b25a599f03feabb167 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Mon, 22 Feb 2021 22:15:14 +0000 Subject: [PATCH] gdk: drop the latest mention of DrawingContext --- gdk/gdktypes.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h index da12f125bc..e35a9d9c6f 100644 --- a/gdk/gdktypes.h +++ b/gdk/gdktypes.h @@ -99,7 +99,6 @@ typedef struct _GdkAppLaunchContext GdkAppLaunchContext; typedef struct _GdkSeat GdkSeat; typedef struct _GdkSnapshot GdkSnapshot; -typedef struct _GdkDrawingContext GdkDrawingContext; typedef struct _GdkDrawContext GdkDrawContext; typedef struct _GdkCairoContext GdkCairoContext; typedef struct _GdkGLContext GdkGLContext;