diff src/sound.c @ 4491:3196d9044a45

[gaim-migrate @ 4766] aim_user is dead. long live gaim_account. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 31 Jan 2003 13:03:47 +0000
parents 801830dec409
children 9df99116840a
line wrap: on
line diff
--- a/src/sound.c	Fri Jan 31 06:51:49 2003 +0000
+++ b/src/sound.c	Fri Jan 31 13:03:47 2003 +0000
@@ -137,25 +137,6 @@
 	return check_dev("/dev/audio");
 }
 
-#ifdef ESD_SOUND
-
-int esd_fd;
-
-static int can_play_esd()
-{
-	esd_format_t format = ESD_BITS16 | ESD_STREAM | ESD_PLAY | ESD_MONO;
-
-	esd_fd = esd_play_stream(format, 8012, NULL, "gaim");
-
-	if (esd_fd < 0) {
-		return 0;
-	}
-
-	return 1;
-}
-
-#endif /* ESD_SOUND */
-
 #ifdef ARTSC_SOUND
 
 /*