pdf_private.h

changeset 79
4cd9d23d924a
parent 77
544fff830581
child 85
dcfd1d4b5c24
     1.1 --- a/pdf_private.h	Wed Mar 05 20:44:33 2003 +0000
     1.2 +++ b/pdf_private.h	Wed Mar 05 20:56:25 2003 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4   *      will be compressed using ITU-T T.6 (G4) fax encoding.
     1.5   *
     1.6   * PDF routines
     1.7 - * $Id: pdf_private.h,v 1.4 2003/03/05 12:39:50 eric Exp $
     1.8 + * $Id: pdf_private.h,v 1.5 2003/03/05 12:56:25 eric Exp $
     1.9   * Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com>
    1.10   *
    1.11   * This program is free software; you can redistribute it and/or modify
    1.12 @@ -45,24 +45,6 @@
    1.13  };
    1.14  
    1.15  
    1.16 -struct pdf_bookmark
    1.17 -{
    1.18 -  struct pdf_obj *dict;    /* indirect reference */
    1.19 -  struct pdf_obj *count;
    1.20 -  bool open;
    1.21 -
    1.22 -  struct pdf_bookmark *first;
    1.23 -  struct pdf_bookmark *last;
    1.24 -
    1.25 -  /* the following fields don't appear in the root */
    1.26 -  /* title and dest are in the dictionary but don't have
    1.27 -     explicit fields in the C structure */
    1.28 -  struct pdf_bookmark *parent;
    1.29 -  struct pdf_bookmark *prev;
    1.30 -  struct pdf_bookmark *next;
    1.31 -};
    1.32 -
    1.33 -
    1.34  struct pdf_file
    1.35  {
    1.36    FILE                *f;