vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Fri May 22 22:09:40 2015 +0300| [e1be96f232aebd0313621608dc8d1e64b8a516f7] | committer: Rémi Denis-Courmont
Remove time variable type The time type had become effectively identical to the integer type when the integer type got extended to 64-bits. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e1be96f232aebd0313621608dc8d1e64b8a516f7 --- include/vlc_common.h | 1 - include/vlc_variables.h | 73 ------------------------------------------ modules/lua/libs/variables.c | 10 ------ src/misc/variables.c | 17 ---------- test/src/misc/variables.c | 22 ------------- 5 files changed, 123 deletions(-) Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=e1be96f232aebd0313621608dc8d1e64b8a516f7 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
