Commit 102ee22
committed
gtk.cfg: Remove pure annotation from g_str_has_prefix/suffix
g_str_has_prefix and g_str_has_suffix are not technically pure
because they can log to the console if a precondition fails.
This partially reverts commit 7cc7c0b.1 parent 4b0c239 commit 102ee22
2 files changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5221 | 5221 | | |
5222 | 5222 | | |
5223 | 5223 | | |
5224 | | - | |
5225 | 5224 | | |
5226 | 5225 | | |
5227 | 5226 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | 62 | | |
65 | 63 | | |
66 | 64 | | |
| |||
0 commit comments