projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77637dc
)
imcontextxim: Don't assign a variable to itself
author
Ting-Wei Lan
<lantw@src.gnome.org>
Sun, 22 Apr 2018 13:48:35 +0000
(21:48 +0800)
committer
Ting-Wei Lan
<lantw@src.gnome.org>
Sun, 22 Apr 2018 13:57:10 +0000
(21:57 +0800)
This causes clang to show warnings.
gtk/gtkimcontextxim.c
patch
|
blob
|
history
diff --git
a/gtk/gtkimcontextxim.c
b/gtk/gtkimcontextxim.c
index e8b398c3046a65751a260477558e33af14edd24f..01629ab05437e5ea208665c94f01d78ffd571b19 100644
(file)
--- a/
gtk/gtkimcontextxim.c
+++ b/
gtk/gtkimcontextxim.c
@@
-418,7
+418,6
@@
get_im (GdkSurface *client_surface,
}
else
{
- tmp_info = tmp_info;
break;
}
}