diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2011-03-28 20:59:34 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2011-04-22 21:39:36 -0400 |
commit | b0d84f94393edab395d65d2b2cb983fc9fec3d36 (patch) | |
tree | 74e3c1fc8736827a6e94f38981553b38e78b01bd /render/picturestr.h | |
parent | 61a92a78cd49969f74a046fa26c3199e06365814 (diff) |
render: Delete PictureGradientColor()
PictureGradientColor(), INTERPOLATE_PIXEL_256() and premultiply() are
not used by anything.
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Soren Sandmann <ssp@redhat.com>
Diffstat (limited to 'render/picturestr.h')
-rw-r--r-- | render/picturestr.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/render/picturestr.h b/render/picturestr.h index 7c7edb1c4..8b387f7d9 100644 --- a/render/picturestr.h +++ b/render/picturestr.h @@ -614,11 +614,6 @@ CompositeTriFan (CARD8 op, int npoints, xPointFixed *points); -extern _X_EXPORT CARD32 -PictureGradientColor (PictGradientStopPtr stop1, - PictGradientStopPtr stop2, - CARD32 x); - extern _X_EXPORT void RenderExtensionInit (void); Bool |