changeset 30399:d280f1bbfe93

Remove useless initializers.
author reimar
date Wed, 27 Jan 2010 18:11:15 +0000
parents acb92f578a08
children 88fd2aa823e5
files libao2/ao_alsa.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libao2/ao_alsa.c	Wed Jan 27 18:10:07 2010 +0000
+++ b/libao2/ao_alsa.c	Wed Jan 27 18:11:15 2010 +0000
@@ -74,9 +74,9 @@
 
 static size_t bytes_per_sample;
 
-static int ao_noblock = 0;
+static int ao_noblock;
 
-static int alsa_can_pause = 0;
+static int alsa_can_pause;
 
 #define ALSA_DEVICE_SIZE 256