From: Matthias Clasen Date: Fri, 21 Oct 2022 18:29:38 +0000 (-0400) Subject: gtk=demo: Drop unneeded deprecation guards X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~141^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1f7aba345dfc5a9b2ee2e374a74a185b6de0e83d;p=gtk4.git gtk=demo: Drop unneeded deprecation guards Nothing deprecated in the pixbuf paintable demo. --- 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)