forked from AuroraMiddleware/gtk
imcontextxim: Don't assign a variable to itself
This causes clang to show warnings.
This commit is contained in:
parent
77637dc73b
commit
d3f40dc771
@ -418,7 +418,6 @@ get_im (GdkSurface *client_surface,
|
||||
}
|
||||
else
|
||||
{
|
||||
tmp_info = tmp_info;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user