From 1e882b62718e4d6a4a149b415964646ad424fbfd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 24 Jun 2003 18:54:18 +0000 Subject: made all the gradients work with integer math. removed the pipecross and rectangle gradietns tho cuz they are ugly and i dont want to code that bullshit cuz they are ugly. --- render/render.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'render/render.h') diff --git a/render/render.h b/render/render.h index ede14d72..8469c69e 100644 --- a/render/render.h +++ b/render/render.h @@ -40,8 +40,6 @@ typedef enum { RR_SURFACE_VERTICAL, RR_SURFACE_DIAGONAL, RR_SURFACE_CROSS_DIAGONAL, - RR_SURFACE_PIPECROSS, - RR_SURFACE_RECTANGLE, RR_SURFACE_PYRAMID } RrSurfaceColorType; -- cgit v1.2.3