mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-17 08:33:48 +00:00
Remove set but not used variables DisplayMask and LispMask
This commit is contained in:
parent
2c83acee31
commit
a10bd9b1c3
@ -81,13 +81,11 @@ static inline unsigned ubound(unsigned lower, unsigned value, unsigned upper)
|
||||
/************************************************************************/
|
||||
void init_Xevent(DspInterface dsp)
|
||||
{
|
||||
int GravMask, BarMask, LispMask, DisplayMask;
|
||||
int GravMask, BarMask;
|
||||
|
||||
GravMask =
|
||||
ButtonPressMask | ButtonReleaseMask | EnterWindowMask | LeaveWindowMask | StructureNotifyMask;
|
||||
BarMask = GravMask;
|
||||
DisplayMask = GravMask | PointerMotionMask | ExposureMask | KeyPressMask | KeyReleaseMask;
|
||||
LispMask = StructureNotifyMask;
|
||||
|
||||
XSelectInput(dsp->display_id, dsp->LispWindow, dsp->EnableEventMask);
|
||||
XSelectInput(dsp->display_id, dsp->DisplayWindow, dsp->EnableEventMask);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user