; Delete a superfluous bitwise 'or'
* src/xterm.c (x_term_init): Avoid bitwise 'or' using the same variable as both operands (X | X => X).
This commit is contained in:
parent
50f430ebcd
commit
6fdf035f62
1 changed files with 0 additions and 1 deletions
|
@ -31503,7 +31503,6 @@ x_term_init (Lisp_Object display_name, char *xrm_option, char *resource_name)
|
|||
dpyinfo->selection_tracking_window,
|
||||
selection_name,
|
||||
(XFixesSetSelectionOwnerNotifyMask
|
||||
| XFixesSetSelectionOwnerNotifyMask
|
||||
| XFixesSelectionClientCloseNotifyMask));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue