aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/CMakeLists.txt
diff options
context:
space:
mode:
authorJay Berkenbilt <jberkenbilt@users.noreply.github.com>2023-04-01 17:05:07 +0200
committerGitHub <noreply@github.com>2023-04-01 17:05:07 +0200
commitf8e39253be9d1806ccdb88d8117b7418f2045da1 (patch)
tree1d4922b77141be39dfceecb8f2d39525d6bd4f97 /libqpdf/CMakeLists.txt
parent40e4d1f97cbf5cb58d5324380da415f12d3aaa32 (diff)
parent0b53b648ab79a35b9ec0da56c0b936955a51d135 (diff)
downloadqpdf-f8e39253be9d1806ccdb88d8117b7418f2045da1.tar.zst
Merge pull request #863 from m-holger/array
Refactor QPDF_Array
Diffstat (limited to 'libqpdf/CMakeLists.txt')
-rw-r--r--libqpdf/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/libqpdf/CMakeLists.txt b/libqpdf/CMakeLists.txt
index 5e3a628e..623e05d3 100644
--- a/libqpdf/CMakeLists.txt
+++ b/libqpdf/CMakeLists.txt
@@ -115,7 +115,6 @@ set(libqpdf_SOURCES
ResourceFinder.cc
SecureRandomDataProvider.cc
SF_FlateLzwDecode.cc
- SparseOHArray.cc
qpdf-c.cc
qpdfjob-c.cc
qpdflogger-c.cc)