1.1 diff -r ccf1c28a2940 -r 76c197fe2eeb tumble.h 1.2 --- a/tumble.h Fri Mar 14 08:56:38 2003 +0000 1.3 +++ b/tumble.h Fri Mar 14 08:57:40 2003 +0000 1.4 @@ -1,7 +1,7 @@ 1.5 /* 1.6 * tumble: build a PDF file from image files 1.7 * 1.8 - * $Id: tumble.h,v 1.14 2003/03/14 00:24:37 eric Exp $ 1.9 + * $Id: tumble.h,v 1.15 2003/03/14 00:57:40 eric Exp $ 1.10 * Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com> 1.11 * 1.12 * This program is free software; you can redistribute it and/or modify 1.13 @@ -50,7 +50,6 @@ 1.14 char *title; 1.15 char *subject; 1.16 char *keywords; 1.17 - bool has_bookmarks; 1.18 } pdf_file_attributes_t; 1.19 1.20 bool open_pdf_output_file (char *name,