summarylogtreecommitdiffstats
path: root/openvdb.patch
diff options
context:
space:
mode:
authorbartus2020-02-23 17:43:51 +0100
committerbartus2020-02-23 17:43:51 +0100
commitb98912636dadda10de338bc16f0135beb021686d (patch)
tree1b301874b83e396ed42d73d09e45ff7e32d44204 /openvdb.patch
parent17f294abfd46f062f1c1bd3111e5c7f981a959aa (diff)
downloadaur-b98912636dadda10de338bc16f0135beb021686d.tar.gz
Drop old patches.
Diffstat (limited to 'openvdb.patch')
-rw-r--r--openvdb.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/openvdb.patch b/openvdb.patch
deleted file mode 100644
index 8d0a3b656152..000000000000
--- a/openvdb.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/intern/openvdb/intern/openvdb_writer.cc b/intern/openvdb/intern/openvdb_writer.cc
-index e886c5a76a8..bedcfe65552 100644
---- a/intern/openvdb/intern/openvdb_writer.cc
-+++ b/intern/openvdb/intern/openvdb_writer.cc
-@@ -45,7 +45,7 @@ void OpenVDBWriter::insert(const openvdb::GridBase::Ptr &grid)
-
- void OpenVDBWriter::insert(const openvdb::GridBase &grid)
- {
--#if (OPENVDB_LIBRARY_MAJOR_VERSION_NUMBER == 3)
-+#if (OPENVDB_LIBRARY_MAJOR_VERSION_NUMBER <= 3) || defined(OPENVDB_3_ABI_COMPATIBLE)
- m_grids->push_back(grid.copyGrid());
- #else
- m_grids->push_back(grid.copyGridWithNewTree());