summaryrefslogtreecommitdiff
path: root/external/libgltf/patches/typedef_used_as_struct.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/libgltf/patches/typedef_used_as_struct.patch')
-rw-r--r--external/libgltf/patches/typedef_used_as_struct.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/external/libgltf/patches/typedef_used_as_struct.patch b/external/libgltf/patches/typedef_used_as_struct.patch
deleted file mode 100644
index 6d54e44e23c7..000000000000
--- a/external/libgltf/patches/typedef_used_as_struct.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ur libgltf.org/src/Common.h libgltf/src/Common.h
---- libgltf.org/src/Common.h 2014-05-05 14:31:00.483359159 +0200
-+++ libgltf/src/Common.h 2014-05-05 14:34:02.055366903 +0200
-@@ -536,8 +536,8 @@
- unsigned int mCount;
- double mMaxTime;
- double mMinTime;
-- std::vector<struct QuatKey> mTimeRorateVec;
-- //std::vector<struct QuatKey> mTimeTransfromVec;
-+ std::vector<QuatKey> mTimeRorateVec;
-+ //std::vector<QuatKey> mTimeTransfromVec;
- };
-
- class Animation