* nsterm.m (ns_read_socket): Remove unused variable.
This commit is contained in:
parent
f5b574ad03
commit
9b9b779c56
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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); */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue