From 1f7aba345dfc5a9b2ee2e374a74a185b6de0e83d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 21 Oct 2022 14:29:38 -0400 Subject: [PATCH] gtk=demo: Drop unneeded deprecation guards Nothing deprecated in the pixbuf paintable demo. --- demos/gtk-demo/pixbufpaintable.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/demos/gtk-demo/pixbufpaintable.c b/demos/gtk-demo/pixbufpaintable.c index 11685b726d..741cd340fd 100644 --- a/demos/gtk-demo/pixbufpaintable.c +++ b/demos/gtk-demo/pixbufpaintable.c @@ -16,7 +16,6 @@ enum { NUM_PROPERTIES }; -G_GNUC_BEGIN_IGNORE_DEPRECATIONS; static void pixbuf_paintable_snapshot (GdkPaintable *paintable, GdkSnapshot *snapshot, @@ -37,7 +36,6 @@ pixbuf_paintable_snapshot (GdkPaintable *paintable, g_object_unref (texture); } -G_GNUC_END_IGNORE_DEPRECATIONS; static int pixbuf_paintable_get_intrinsic_width (GdkPaintable *paintable) -- 2.30.2