Skip to content

Conversation

@mizhka
Copy link
Contributor

@mizhka mizhka commented Dec 27, 2025

Variable len is defined and assigned, but not used anywhere. So clean it.

Variable len is defined and assigned, but not used anywhere. So clean
it.

/* Convert to UTF-8 if necessary. */
utf8String = GetUTF8String(str);
len = strlen(utf8String);
Copy link
Owner

@joewing joewing Dec 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is used on line 428 if USE_PANGO is undefined. Probably could push it inside the necessary ifdefs though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants