From af77873205c9acb1ba40ab2f228357107b590111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Fri, 27 May 2022 19:46:54 +0200 Subject: [PATCH] plugin: paintable: Remove unused value --- lib/gst/plugin/gstclapperpaintable.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/gst/plugin/gstclapperpaintable.h b/lib/gst/plugin/gstclapperpaintable.h index fc0030868..9a0d07506 100644 --- a/lib/gst/plugin/gstclapperpaintable.h +++ b/lib/gst/plugin/gstclapperpaintable.h @@ -57,9 +57,6 @@ struct _GstClapperPaintable /* Sink properties */ gint par_n, par_d; - /* For drawing overlays */ - gdouble pixel_aspect; - /* Resize */ gboolean pending_resize; guint display_ratio_num;