Remove unneeded strlen.

svn path=/trunk/; revision=5205
This commit is contained in:
Behdad Esfahbod 2007-01-03 23:09:12 +00:00
parent d2a9b31e61
commit 9eeb9297d5

View File

@ -144,7 +144,6 @@ _g_utf8_strwidth (const gchar *p,
glong len = 0;
const gchar *start = p;
g_return_val_if_fail (p != NULL || max == 0, 0);
max = strlen (p);
if (max < 0)
{