Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[linux] clean up unused includes #260

Merged
merged 2 commits into from Jan 3, 2023
Merged

[linux] clean up unused includes #260

merged 2 commits into from Jan 3, 2023

Conversation

jpnurmi
Copy link
Contributor

@jpnurmi jpnurmi commented Dec 14, 2022

No description provided.

- cairo is unused since #250
- utsname and cstring are leftovers from the flutter plugin template
While one PR was changing strcmp()'s to g_strcmp0(), this piece of code
was added in another PR. Use the same method here as well, just for the
sake of aesthetics and consistency.
@lijy91 lijy91 merged commit cf8f7e5 into leanflutter:main Jan 3, 2023
@jpnurmi jpnurmi deleted the linux-cleanup branch January 3, 2023 16:34
obiwanzenobi pushed a commit to obiwanzenobi/window_manager that referenced this pull request May 25, 2023
* [linux] clean up unused includes

- cairo is unused since leanflutter#250
- utsname and cstring are leftovers from the flutter plugin template

* [linux] change the last remaining strcmp() to g_strcmp0()

While one PR was changing strcmp()'s to g_strcmp0(), this piece of code
was added in another PR. Use the same method here as well, just for the
sake of aesthetics and consistency.
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.

None yet

2 participants