diff options
Diffstat (limited to 'generic')
-rw-r--r-- | generic/Draw.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/Draw.h b/generic/Draw.h index 2d349f5..6005b8d 100644 --- a/generic/Draw.h +++ b/generic/Draw.h @@ -54,9 +54,6 @@ void DrawLineShape(Display *display, Drawable draw_buffer, GC gc, ZnPoint *points, int num_points, LineStyle line_style, ZnColor line_foreground, unsigned int line_width, LineShape shape); -void DrawRectangleRelief(struct _WidgetInfo *wi, - ReliefStyle relief, ZnColorGradient gradient, - XRectangle *bbox, unsigned int line_width); int PolygonReliefInBBox(ZnList points, unsigned int line_width, ZnBBox *bbox); void GetPolygonReliefBBox(ZnList points, unsigned int line_width, |