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