diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-07-24 20:18:05 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-07-24 20:18:05 +0200 |
| commit | 1127ebfcd3f6f118dd1f499db1a51c5dceeddbdc (patch) | |
| tree | 0ddcb1d972ec2dcdbb25f8ec8ba0b588d5b99576 /png/pngstruct.h | |
| parent | 2fdd1cea91bfb74d3a80ff2a5650acf7a1989f79 (diff) | |
Upgrade bundled libpng to version 1.6.40 - cont'd
Diffstat (limited to 'png/pngstruct.h')
| -rw-r--r-- | png/pngstruct.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/png/pngstruct.h b/png/pngstruct.h index 8bdc7ce46..e591d94d5 100644 --- a/png/pngstruct.h +++ b/png/pngstruct.h @@ -1,7 +1,7 @@ /* pngstruct.h - header file for PNG reference library * - * Copyright (c) 2018-2019 Cosmin Truta + * Copyright (c) 2018-2022 Cosmin Truta * Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson * Copyright (c) 1996-1997 Andreas Dilger * Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc. @@ -334,18 +334,8 @@ struct png_struct_def size_t current_buffer_size; /* amount of data now in current_buffer */ int process_mode; /* what push library is currently doing */ int cur_palette; /* current push library palette index */ - #endif /* PROGRESSIVE_READ */ -#if defined(__TURBOC__) && !defined(_Windows) && !defined(__FLAT__) -/* For the Borland special 64K segment handler */ - png_bytepp offset_table_ptr; - png_bytep offset_table; - png_uint_16 offset_table_number; - png_uint_16 offset_table_count; - png_uint_16 offset_table_count_free; -#endif - #ifdef PNG_READ_QUANTIZE_SUPPORTED png_bytep palette_lookup; /* lookup table for quantizing */ png_bytep quantize_index; /* index translation for palette files */ |
