[vlc-commits] Remove audio_volume_t
Rémi Denis-Courmont
git at videolan.org
Tue Jul 3 17:13:03 CEST 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | 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
*
More information about the vlc-commits
mailing list