projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
230212c
)
gtk=demo: Drop unneeded deprecation guards
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 21 Oct 2022 18:29:38 +0000
(14:29 -0400)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/demos/gtk-demo/pixbufpaintable.c
b/demos/gtk-demo/pixbufpaintable.c
index 11685b726d2c1c7419186f1d05df426ebef98e53..741cd340fd2dd62e4f230a97daec42c9566eb527 100644
(file)
--- 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)