summaryrefslogtreecommitdiffstats
path: root/kernel/ksquirrel-libs-png/png.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/ksquirrel-libs-png/png.h')
-rw-r--r--kernel/ksquirrel-libs-png/png.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/kernel/ksquirrel-libs-png/png.h b/kernel/ksquirrel-libs-png/png.h
index 0b4873c..d4c5ec7 100644
--- a/kernel/ksquirrel-libs-png/png.h
+++ b/kernel/ksquirrel-libs-png/png.h
@@ -1300,15 +1300,6 @@ struct png_struct_def
# endif /* PNG_TEXT_SUPPORTED */
#endif /* PNG_PROGRESSIVE_READ_SUPPORTED */
-#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
-
#if defined(PNG_READ_DITHER_SUPPORTED)
png_bytep palette_lookup; /* lookup table for dithering */
png_bytep dither_index; /* index translation for palette files */