From 13b9341a115751b518d1d106820624f8b17ecee2 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Tue, 29 Oct 2019 11:24:41 +0100 Subject: avoid redundant redeclarations --- backends/alsa/alsa-device.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'backends/alsa/alsa-device.c') diff --git a/backends/alsa/alsa-device.c b/backends/alsa/alsa-device.c index 7cb140a..34612b9 100644 --- a/backends/alsa/alsa-device.c +++ b/backends/alsa/alsa-device.c @@ -69,8 +69,6 @@ enum { static guint signals[N_SIGNALS] = { 0, }; -static void alsa_device_class_init (AlsaDeviceClass *klass); -static void alsa_device_init (AlsaDevice *device); static void alsa_device_dispose (GObject *object); static void alsa_device_finalize (GObject *object); -- cgit v1.2.1