]> git.sesse.net Git - vlc/commitdiff
Remove I64F., not needed anymore
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 1 May 2008 18:59:36 +0000 (21:59 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 1 May 2008 18:59:36 +0000 (21:59 +0300)
include/vlc_common.h

index 537c0fcf6f99e3fad7cee3b3a59f31a5ae0f1356..1f59d1c945d0358786a215b7320837671b4bd062 100644 (file)
@@ -862,14 +862,6 @@ VLC_EXPORT( char *, vlc_strcasestr, ( const char *s1, const char *s2 ) );
 #   define telldir vlc_telldir
 #endif
 
-/* Format type specifiers for 64 bits numbers */
-#define I64Fd "%"PRId64
-#define I64Fi "%"PRIi64
-#define I64Fo "%"PRIo64
-#define I64Fu "%"PRIu64
-#define I64Fx "%"PRIx64
-#define I64FX "%"PRIX64
-
 /* 64 bits integer constant suffix */
 #define I64C(x)  INT64_C(x)
 #define UI64C(x) UINT64_C(x)