diff options
Diffstat (limited to 'lang/ofc/files/patch-ofc_DGZipFile.m')
-rw-r--r-- | lang/ofc/files/patch-ofc_DGZipFile.m | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lang/ofc/files/patch-ofc_DGZipFile.m b/lang/ofc/files/patch-ofc_DGZipFile.m deleted file mode 100644 index 68abf4674b44..000000000000 --- a/lang/ofc/files/patch-ofc_DGZipFile.m +++ /dev/null @@ -1,22 +0,0 @@ ---- ofc/DGZipFile.m.orig 2008-08-02 05:58:14.000000000 +0000 -+++ ofc/DGZipFile.m -@@ -31,10 +31,6 @@ - #include <stdio.h> - #include <string.h> - --#ifdef HAVE_DGZIPFILE --#include <zlib.h> --#endif -- - #include "ofc/DDatable.h" - - -@@ -123,7 +119,7 @@ - @interface DGZipFile : Object <DTextReadable,DTextWritable,DDataReadable,DDataWritable> - { - @private -- void *_file; // the file pointer -+ gzFile _file; // the file pointer - } - - #endif |