From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Fri, 13 Jan 2023 20:46:54 +0000 (+0000) Subject: tidy up a few small things. X-Git-Tag: 4.2.1d0~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b35d470c775b7b702ad6df071ff32f50334add50;p=thirdparty%2Fshairport-sync.git tidy up a few small things. --- diff --git a/audio_pa.c b/audio_pa.c index 0bcc5310..3370cfed 100644 --- a/audio_pa.c +++ b/audio_pa.c @@ -1,6 +1,6 @@ /* * Asynchronous PulseAudio Backend. This file is part of Shairport Sync. - * Copyright (c) Mike Brady 2017 -- 2023 + * Copyright (c) Mike Brady 2017-2023 * All rights reserved. * * Permission is hereby granted, free of charge, to any person @@ -45,14 +45,6 @@ static pthread_mutex_t buffer_mutex = PTHREAD_MUTEX_INITIALIZER; -/* -static struct { - char *server; - char *sink; - char *service_name; -} pulse_options = {.server = NULL, .sink = NULL, .service_name = NULL}; -*/ - pa_threaded_mainloop *mainloop; pa_mainloop_api *mainloop_api; pa_context *context;