Mercurial > emacs
changeset 64426:dc08c7923976
[MAC_OS] (XCreateGC): Remove extern.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Mon, 18 Jul 2005 05:41:31 +0000 |
parents | fd8d1b7269d6 |
children | 6cc1090d14f2 |
files | src/xfaces.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfaces.c Mon Jul 18 05:41:03 2005 +0000 +++ b/src/xfaces.c Mon Jul 18 05:41:31 2005 +0000 @@ -783,8 +783,6 @@ #ifdef MAC_OS /* Mac OS emulation of GCs */ -extern XGCValues *XCreateGC (void *, Window, unsigned long, XGCValues *); - static INLINE GC x_create_gc (f, mask, xgcv) struct frame *f;