diff options
author | Sebastian Rasmussen <sebras@hotmail.com> | 2010-04-15 02:26:31 +0200 |
---|---|---|
committer | Sebastian Rasmussen <sebras@hotmail.com> | 2010-04-15 02:26:31 +0200 |
commit | 3e67b83faa32111ba7872430bbd626e08f99d5f8 (patch) | |
tree | 6854b9c1e2c32df62b67f476298f3ef17a6d8858 /fitz | |
parent | 5cf24d751921f4af021550dcc81b621a6fcb0a19 (diff) | |
download | mupdf-3e67b83faa32111ba7872430bbd626e08f99d5f8.tar.xz |
Remove incorrect comment from fz_shade.
Diffstat (limited to 'fitz')
-rw-r--r-- | fitz/fitz_res.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fitz/fitz_res.h b/fitz/fitz_res.h index 6311500b..c5ef7476 100644 --- a/fitz/fitz_res.h +++ b/fitz/fitz_res.h @@ -351,7 +351,6 @@ struct fz_shade_s fz_rect bbox; /* can be fz_infiniterect */ fz_colorspace *cs; - /* used by build.c -- not used in drawshade.c */ fz_matrix matrix; /* matrix from pattern dict */ int usebackground; /* background color for fills but not 'sh' */ float background[FZ_MAXCOLORS]; |