* nsterm.m (ns_read_socket): Remove unused variable.

This commit is contained in:
Adrian Robert 2009-05-18 01:56:12 +00:00
parent f5b574ad03
commit 9b9b779c56
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
* nsterm.m (ns_read_socket): Remove unused variable.
2009-05-15 Kenichi Handa <handa@m17n.org>
* font.c (Ffont_spec): Check arguments.

View file

@ -3153,7 +3153,6 @@ overwriting cursor (usually when cursor on a tab) */
{
struct input_event ev;
int nevents;
static NSDate *lastCheck = nil;
/* NSTRACE (ns_read_socket); */