nt/*.c, src/*.c: Remove unused variables.
commit0f4a96b5d7de244a7be6fc98f6a66d3d1e6a7569
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 25 Mar 2011 15:39:59 +0000 (25 16:39 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 25 Mar 2011 15:39:59 +0000 (25 16:39 +0100)
treed378db1428c33eb26bcc78997af9f8db54f8c521
parentf9e771e246a981bb3d37c65beb89d18bb407e0cd
nt/*.c, src/*.c: Remove unused variables.

* nt/addpm.c (main): Remove unused variable `retval'.
* nt/preprep.c (main): Remove unused variable `ptr'.
* src/dispextern.h (glyph_matric): Use #if GLYPH_DEBUG, not #ifdef.
* src/fileio.c (check_executable) [DOS_NT]: Remove unused variables `len'
  and `suffix'.
  (Fset_file_selinux_context) [HAVE_LIBSELINUX]: Move here declaration
  of variables specific to SELinux and computation of `encoded_absname'.
* src/image.c (XPutPixel): Remove unused variable `height'.
* src/keyboard.c (make_lispy_event): Remove unused variable `hpos'.
* src/unexw32.c (get_section_info): Remove unused variable `section'.
* src/w32.c (stat): Remove unused variables `drive_root' and `devtype'.
  (system_process_attributes): Remove unused variable `sess'.
  (sys_read): Remove unused variable `err'.
* src/w32fns.c (top): Wrap variables with #if GLYPH_DEBUG, not #ifdef.
  (w32_wnd_proc): Remove unused variable `isdead'.
  (unwind_create_frame): Use #if GLYPH_DEBUG, not #ifdef.
  (Fx_server_max_request_size): Remove unused variable `dpyinfo'.
  (x_create_tip_frame): Remove unused variable `tem'.
* src/w32inevt.c (w32_console_read_socket): Remove unused variable `no_events'.
* src/w32term.c (x_draw_composite_glyph_string_foreground):
  Remove unused variable `width'.
13 files changed:
nt/ChangeLog
nt/addpm.c
nt/preprep.c
src/ChangeLog
src/dispextern.h
src/fileio.c
src/image.c
src/keyboard.c
src/unexw32.c
src/w32.c
src/w32fns.c
src/w32inevt.c
src/w32term.c