summaryrefslogtreecommitdiff
path: root/include/tools/zcodec.hxx
diff options
context:
space:
mode:
authorBogdan Buzea <buzea.bogdan@libreoffice.org>2024-11-23 14:46:14 +0100
committerDavid Gilbert <freedesktop@treblig.org>2024-12-22 18:31:26 +0100
commited3fe52aba6b51284d3dfa6666cf40ac97ddc72e (patch)
treebb8e1fc6ce474d6f098455818c6d2e407bb6629b /include/tools/zcodec.hxx
parentd44a06a611f54fbf8bd2b613fd7fb278889b1011 (diff)
tdf#152299 - Remove unused define(s) from C/C++ files
Change-Id: Ib84ec9730aca0b528a61f06c1ac5a4ace7ae77fe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177134 Tested-by: Jenkins Reviewed-by: David Gilbert <freedesktop@treblig.org>
Diffstat (limited to 'include/tools/zcodec.hxx')
-rw-r--r--include/tools/zcodec.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/zcodec.hxx b/include/tools/zcodec.hxx
index 6d664cd35468..2c531c777e0b 100644
--- a/include/tools/zcodec.hxx
+++ b/include/tools/zcodec.hxx
@@ -24,7 +24,6 @@
#include <memory>
#include <rtl/string.hxx>
-#define ZCODEC_NO_COMPRESSION 0
#define ZCODEC_DEFAULT_COMPRESSION 6
class SvStream;