gtk=demo: Drop unneeded deprecation guards
authorMatthias Clasen <mclasen@redhat.com>
Fri, 21 Oct 2022 18:29:38 +0000 (14:29 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 22 Oct 2022 01:48:39 +0000 (21:48 -0400)
Nothing deprecated in the pixbuf paintable demo.

demos/gtk-demo/pixbufpaintable.c

index 11685b726d2c1c7419186f1d05df426ebef98e53..741cd340fd2dd62e4f230a97daec42c9566eb527 100644 (file)
@@ -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)