diff libass/ass_utils.h @ 28718:e3b5070f671d

Remove unused function argument.
author eugeni
date Fri, 27 Feb 2009 23:06:50 +0000
parents 7bbe6626f0e0
children 0366ab2c1cb9
line wrap: on
line diff
--- a/libass/ass_utils.h	Fri Feb 27 23:06:47 2009 +0000
+++ b/libass/ass_utils.h	Fri Feb 27 23:06:50 2009 +0000
@@ -25,8 +25,8 @@
 
 #include <stdint.h>
 
-int mystrtoi(char** p, int base, int* res);
-int mystrtoll(char** p, int base, long long* res);
+int mystrtoi(char** p, int* res);
+int mystrtoll(char** p, long long* res);
 int mystrtou32(char** p, int base, uint32_t* res);
 int mystrtod(char** p, double* res);
 int strtocolor(char** q, uint32_t* res);