]> git.sesse.net Git - vlc/blobdiff - include/vlc_mtime.h
Remove msecstotimestr
[vlc] / include / vlc_mtime.h
index 60063eabf6c388c6026863444a5f97eb0a33e71b..b3df907fa10ff8c9a95973dbad60657954f695a6 100644 (file)
  *****************************************************************************/
 #define MSTRTIME_MAX_SIZE 22
 
-/* Well, Duh? But it does clue us in that we are converting from
-   millisecond quantity to a second quantity or vice versa.
-*/
-#define MILLISECONDS_PER_SEC 1000
-
-#define msecstotimestr(psz_buffer, msecs) \
-  secstotimestr( psz_buffer, (msecs / (int) MILLISECONDS_PER_SEC) )
-
 /*****************************************************************************
  * Prototypes
  *****************************************************************************/