summaryrefslogtreecommitdiffhomepage
path: root/contrib/zlib/contrib/delphi/ZLibConst.pas
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/zlib/contrib/delphi/ZLibConst.pas')
-rw-r--r--contrib/zlib/contrib/delphi/ZLibConst.pas11
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/zlib/contrib/delphi/ZLibConst.pas b/contrib/zlib/contrib/delphi/ZLibConst.pas
deleted file mode 100644
index cdfe136..0000000
--- a/contrib/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.