diff options
| author | Juanma Barranquero | 2002-10-23 16:55:33 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-10-23 16:55:33 +0000 |
| commit | e99833cab6c4098a4916af3d7beefad59ceb4012 (patch) | |
| tree | 503f0acaf3c5d2a0e242afa90cdc514f9098aa17 /src/macfns.c | |
| parent | b9c3f7eb150b3e91c83c1fccc34de075d8ef9a6d (diff) | |
| download | emacs-e99833cab6c4098a4916af3d7beefad59ceb4012.tar.gz emacs-e99833cab6c4098a4916af3d7beefad59ceb4012.zip | |
Remove definition of XColor.
Diffstat (limited to 'src/macfns.c')
| -rw-r--r-- | src/macfns.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/macfns.c b/src/macfns.c index 44bbb3130e2..e2fe2969dfb 100644 --- a/src/macfns.c +++ b/src/macfns.c | |||
| @@ -99,16 +99,6 @@ extern double atof (); | |||
| 99 | extern int w32_console_toggle_lock_key (int vk_code, Lisp_Object new_state); | 99 | extern int w32_console_toggle_lock_key (int vk_code, Lisp_Object new_state); |
| 100 | extern int quit_char;*/ | 100 | extern int quit_char;*/ |
| 101 | 101 | ||
| 102 | /* A definition of XColor for non-X frames. */ | ||
| 103 | #ifndef HAVE_X_WINDOWS | ||
| 104 | typedef struct { | ||
| 105 | unsigned long pixel; | ||
| 106 | unsigned short red, green, blue; | ||
| 107 | char flags; | ||
| 108 | char pad; | ||
| 109 | } XColor; | ||
| 110 | #endif | ||
| 111 | |||
| 112 | extern char *lispy_function_keys[]; | 102 | extern char *lispy_function_keys[]; |
| 113 | 103 | ||
| 114 | /* The gray bitmap `bitmaps/gray'. This is done because macterm.c uses | 104 | /* The gray bitmap `bitmaps/gray'. This is done because macterm.c uses |