[Spice-devel] [PATCH spice-gtk 29/34] gstaudio: remove spice_gstaudio_finalize

Christophe Fergeau cfergeau at redhat.com
Mon Jan 7 16:21:37 UTC 2019


Reviewed-by: Christophe Fergeau <cfergeau at redhat.com>

On Mon, Jan 07, 2019 at 12:00:58PM +0400, marcandre.lureau at redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau at redhat.com>
> 
> Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
> ---
>  src/spice-gstaudio.c | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/src/spice-gstaudio.c b/src/spice-gstaudio.c
> index dcd0591..aff69d2 100644
> --- a/src/spice-gstaudio.c
> +++ b/src/spice-gstaudio.c
> @@ -59,11 +59,6 @@ static void spice_gstaudio_get_record_volume_info_async(SpiceAudio *audio,
>  static gboolean spice_gstaudio_get_record_volume_info_finish(SpiceAudio *audio,
>          GAsyncResult *res, gboolean *mute, guint8 *nchannels, guint16 **volume, GError **error);
>  
> -static void spice_gstaudio_finalize(GObject *obj)
> -{
> -    G_OBJECT_CLASS(spice_gstaudio_parent_class)->finalize(obj);
> -}
> -
>  static void stream_dispose(struct stream *s)
>  {
>      if (s->pipe) {
> @@ -113,7 +108,6 @@ static void spice_gstaudio_class_init(SpiceGstaudioClass *klass)
>      audio_class->get_record_volume_info_async = spice_gstaudio_get_record_volume_info_async;
>      audio_class->get_record_volume_info_finish = spice_gstaudio_get_record_volume_info_finish;
>  
> -    gobject_class->finalize = spice_gstaudio_finalize;
>      gobject_class->dispose = spice_gstaudio_dispose;
>  }
>  
> -- 
> 2.20.1.2.gb21ebb671b
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20190107/de480a26/attachment.sig>


More information about the Spice-devel mailing list