diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-04-14 10:00:07 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-04-14 10:00:07 +0000 |
| commit | 65dd4e256fe50504eed7f9a38937b781775a1886 (patch) | |
| tree | b25f43043b4294931f7d99ee1b2e9946e0238fec /bk_ps.c | |
| parent | 62155ecfee896325545668ce0e108c245baca43d (diff) | |
| download | halibut-65dd4e256fe50504eed7f9a38937b781775a1886.zip halibut-65dd4e256fe50504eed7f9a38937b781775a1886.tar.gz halibut-65dd4e256fe50504eed7f9a38937b781775a1886.tar.bz2 halibut-65dd4e256fe50504eed7f9a38937b781775a1886.tar.xz | |
Implemented PDF outlines.
[originally from svn r4067]
Diffstat (limited to 'bk_ps.c')
| -rw-r--r-- | bk_ps.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -50,7 +50,6 @@ void ps_backend(paragraph *sourceform, keywordlist *keywords, filename = dupstr("output.ps"); for (p = sourceform; p; p = p->next) { - p->private_data = NULL; if (p->type == para_Config && p->parent) { if (!ustricmp(p->keyword, L"ps-filename")) { sfree(filename); |