vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Tue Jul 3 18:06:31 2012 +0300| [102f976a623288b880dee8fd1e9195aff173c813] | committer: Rémi Denis-Courmont
Remove audio_volume_t > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=102f976a623288b880dee8fd1e9195aff173c813 --- include/vlc_common.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/vlc_common.h b/include/vlc_common.h index 1998d9c..3ce2cca 100644 --- a/include/vlc_common.h +++ b/include/vlc_common.h @@ -151,9 +151,6 @@ #include <sys/syslimits.h> #endif -/* Audio volume */ -typedef uint16_t audio_volume_t; - /** * High precision date or time interval * _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
