diff options
Diffstat (limited to 'Modules/zlib/contrib/delphi/ZLibConst.pas')
-rw-r--r-- | Modules/zlib/contrib/delphi/ZLibConst.pas | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Modules/zlib/contrib/delphi/ZLibConst.pas b/Modules/zlib/contrib/delphi/ZLibConst.pas deleted file mode 100644 index cdfe136..0000000 --- a/Modules/zlib/contrib/delphi/ZLibConst.pas +++ /dev/null @@ -1,11 +0,0 @@ -unit ZLibConst; - -interface - -resourcestring - sTargetBufferTooSmall = 'ZLib error: target buffer may be too small'; - sInvalidStreamOp = 'Invalid stream operation'; - -implementation - -end. |