* xfns.c (Fx_send_client_event): New function as a base for
manipulating extended window manager hints.
+ (Fx_send_client_event): Remove unused variable s.
* w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
that function is removed.
{
Lisp_Object o = XCAR (cons);
long val;
- char *s = 0;
if (INTEGERP (o))
val = XINT (o);
else if (STRINGP (o))
- val = XInternAtom (dpyinfo->display, s = SDATA (o), False);
+ val = XInternAtom (dpyinfo->display, SDATA (o), False);
if (event.xclient.format == 8)
event.xclient.data.b[i] = (char) val;