diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-05-21 12:24:28 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-05-21 15:30:16 +0200 |
commit | a1ec916df8b5b65c342c8a796150e5f29e5f2ae3 (patch) | |
tree | 5346765791cf8c0749ae2f42918ceb7117e67c03 /include/tools | |
parent | 200d530f473566d7d7aa30f848bc28a72247d674 (diff) |
Remove unused ZCODEC_BEST_SPEED, ZCODEC_BEST_COMPRESSION macros
Change-Id: Ibdf211b858c25a4b301cbde3dcab3a51765e4050
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/zcodec.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/zcodec.hxx b/include/tools/zcodec.hxx index 93da186929c8..f2444af3b68e 100644 --- a/include/tools/zcodec.hxx +++ b/include/tools/zcodec.hxx @@ -23,9 +23,7 @@ #include <tools/toolsdllapi.h> #define ZCODEC_NO_COMPRESSION 0 -#define ZCODEC_BEST_SPEED 1 #define ZCODEC_DEFAULT_COMPRESSION 6 -#define ZCODEC_BEST_COMPRESSION 9 class SvStream; |