Mercurial > hg > xemacs-beta
diff lwlib/xlwgcs.h @ 4769:5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
<870180fe0912091102j6fde7336hdc187608be0ef97@mail.gmail.com> in xemacs-patches.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 10 Dec 2009 12:42:09 -0700 |
parents | c33ae14dd6d0 |
children | 308d34e9f07d |
line wrap: on
line diff
--- a/lwlib/xlwgcs.h Wed Dec 09 09:50:36 2009 -0700 +++ b/lwlib/xlwgcs.h Thu Dec 10 12:42:09 2009 -0700 @@ -116,12 +116,6 @@ extern void Draw3dBox(Widget w, int x, int y, int wid, int hgt, int s, GC topgc, GC botgc) ; -#if XtSpecificationRelease < 5 -extern GC XtAllocateGC(Widget, int depth, unsigned long mask, - XGCValues *, - unsigned long dynamic, unsigned long dontcare) ; -#endif - #else extern GC AllocFgGC() ; @@ -136,10 +130,6 @@ extern Pixel AllocGreyPixelC() ; extern void Draw3dBox() ; -#if XtSpecificationRelease < 5 -extern GC XtAllocateGC() ; -#endif - #endif #endif /* GCS_H */