diff options
author | Tor Andersson <tor@ghostscript.com> | 2005-06-02 11:34:46 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2005-06-02 11:34:46 +0200 |
commit | 4ad40244021880e90d670720ac4c3beeac70aebc (patch) | |
tree | 7bdf4abc06168d7da4b24998adc2e47ca9f70c84 /include/fitz/tree.h | |
parent | 987d58dfaf4030f43b2a8854e2d246f75465cc57 (diff) | |
download | mupdf-4ad40244021880e90d670720ac4c3beeac70aebc.tar.xz |
heh. forgot a bunch of files for the new stream stuff.
Diffstat (limited to 'include/fitz/tree.h')
-rw-r--r-- | include/fitz/tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fitz/tree.h b/include/fitz/tree.h index 9f76f167..22665736 100644 --- a/include/fitz/tree.h +++ b/include/fitz/tree.h @@ -2,7 +2,6 @@ * The display tree is at the center of attention in Fitz. * The tree and most of its minor nodes. * Paths and text nodes are found elsewhere. - * Resources used are also found elsewhere. */ typedef struct fz_tree_s fz_tree; |