| commit | 57f429d72bf632bcf2886a8302592e42e3dc399c | [log] [tgz] |
|---|---|---|
| author | Albert Astals Cid <aacid@kde.org> | Mon Dec 08 12:51:23 2025 +0100 |
| committer | Albert Astals Cid <aacid@kde.org> | Mon Dec 08 12:51:23 2025 +0100 |
| tree | 31f96f0a48cead4d2c5b356e1af901c9b909a573 | |
| parent | 5f68ea46394743566f04e5be58d828831b178f30 [diff] |
I'm relatively sure this code does not compile with djgpp
diff --git a/poppler/Stream.cc b/poppler/Stream.cc index 22549d7..ad9dc08 100644 --- a/poppler/Stream.cc +++ b/poppler/Stream.cc
@@ -87,10 +87,6 @@ # include "JPXStream.h" #endif -#ifdef __DJGPP__ -static bool setDJSYSFLAGS = false; -#endif - //------------------------------------------------------------------------ // Stream (base class) //------------------------------------------------------------------------