diff options
author | Pablo Barciela <[email protected]> | 2019-10-29 11:24:41 +0100 |
---|---|---|
committer | lukefromdc <[email protected]> | 2019-11-01 23:31:49 +0000 |
commit | 13b9341a115751b518d1d106820624f8b17ecee2 (patch) | |
tree | 4596cfba3c1023f25d4017607039139ab5e69c95 /backends/alsa/alsa-device.c | |
parent | a2b696a815934bc36af8b67bfd7cbd1550bae5eb (diff) | |
download | libmatemixer-13b9341a115751b518d1d106820624f8b17ecee2.tar.bz2 libmatemixer-13b9341a115751b518d1d106820624f8b17ecee2.tar.xz |
avoid redundant redeclarations
Diffstat (limited to 'backends/alsa/alsa-device.c')
-rw-r--r-- | backends/alsa/alsa-device.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |