summaryrefslogtreecommitdiff
path: root/external/libgltf/patches/extra_qualification.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/libgltf/patches/extra_qualification.patch')
-rw-r--r--external/libgltf/patches/extra_qualification.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/external/libgltf/patches/extra_qualification.patch b/external/libgltf/patches/extra_qualification.patch
deleted file mode 100644
index 213d8f08c1fd..000000000000
--- a/external/libgltf/patches/extra_qualification.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur libgltf.org/Common.h libgltf/Common.h
---- libgltf.org/Common.h 2014-04-17 14:24:31.978887883 +0200
-+++ libgltf/Common.h 2014-04-17 14:24:57.505886942 +0200
-@@ -551,7 +551,7 @@
- std::map<std::string, class Technique*>& getTechniqueMap();
-
- const std::string getCameraIndex() const;
-- const float* Scene::getCameraMatrix() const;
-+ const float* getCameraMatrix() const;
-
- char* getBuffer(unsigned int length);
- bool setBuffer(const std::string& binName, unsigned int length);