diff options
| author | Adrian Robert | 2009-09-18 15:11:55 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-09-18 15:11:55 +0000 |
| commit | c52b91097e5731ead787485c835d8b74090485be (patch) | |
| tree | cfc0ac687c089f0f391eb924ee2eef2972cb5e71 /src | |
| parent | 9b68317c5ecfd17bf1d83094979d146b8614e5c8 (diff) | |
| download | emacs-c52b91097e5731ead787485c835d8b74090485be.tar.gz emacs-c52b91097e5731ead787485c835d8b74090485be.zip | |
(ns_no_defaults): Remove.
Diffstat (limited to 'src')
| -rw-r--r-- | src/nsterm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nsterm.h b/src/nsterm.h index 7375e3c9fc4..7e66ae2a7b6 100644 --- a/src/nsterm.h +++ b/src/nsterm.h | |||
| @@ -700,7 +700,6 @@ extern void nxatoms_of_nsselect (); | |||
| 700 | extern int ns_lisp_to_cursor_type (); | 700 | extern int ns_lisp_to_cursor_type (); |
| 701 | extern Lisp_Object ns_cursor_type_to_lisp (int arg); | 701 | extern Lisp_Object ns_cursor_type_to_lisp (int arg); |
| 702 | extern Lisp_Object Qnone; | 702 | extern Lisp_Object Qnone; |
| 703 | extern char ns_no_defaults; | ||
| 704 | 703 | ||
| 705 | extern int | 704 | extern int |
| 706 | ns_defined_color (struct frame *f, char *name, XColor *color_def, int alloc, | 705 | ns_defined_color (struct frame *f, char *name, XColor *color_def, int alloc, |