diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-01 18:23:10 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-01 22:59:49 +0900 |
commit | c6acfabe32e7d22d90571d5398b94514e16dacff (patch) | |
tree | fb1a6d9f9722711c1cb16960172a95a55ea7c863 /pytquic3/embed.cpp | |
parent | f4a39d2fde3ef72e32b296fdd783b31d4abfcb76 (diff) | |
download | pytqt-c6acfabe.tar.gz pytqt-c6acfabe.zip |
Removed unnecessary code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8ccbd4fc0219267d2d8b00e7191b1d92de834569)
Diffstat (limited to 'pytquic3/embed.cpp')
-rw-r--r-- | pytquic3/embed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pytquic3/embed.cpp b/pytquic3/embed.cpp index afb28d0..a24f282 100644 --- a/pytquic3/embed.cpp +++ b/pytquic3/embed.cpp @@ -32,7 +32,7 @@ // on embedded, we do not compress image data. Rationale: by mapping // the ready-only data directly into memory we are both faster and // more memory efficient -#if (TQT_VERSION < 0x030100 || defined(Q_WS_QWS)) && !defined(TQT_NO_IMAGE_COLLECTION_COMPRESSION) +#if defined(Q_WS_QWS) && !defined(TQT_NO_IMAGE_COLLECTION_COMPRESSION) #define TQT_NO_IMAGE_COLLECTION_COMPRESSION #endif |