summaryrefslogtreecommitdiff
path: root/external/libgltf/patches/extern-C.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/libgltf/patches/extern-C.patch')
-rw-r--r--external/libgltf/patches/extern-C.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/external/libgltf/patches/extern-C.patch b/external/libgltf/patches/extern-C.patch
deleted file mode 100644
index 88587b05f699..000000000000
--- a/external/libgltf/patches/extern-C.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- libgltf/inc/libgltf.h
-+++ libgltf/inc/libgltf.h
-@@ -48,7 +48,6 @@
- void gltf_get_camera_pos(glm::vec3 *pos,glm::vec3 *view,glm::vec3 *up);
-
- /*get model center position information*/
--extern "C"
- glm::vec3 gltf_get_model_center_pos();
- /*get camera position information*/
- extern "C"
---- libgltf/src/libgltf.cpp
-+++ libgltf/src/libgltf.cpp
-@@ -59,7 +59,6 @@
- return;
- }
-
--extern "C"
- glm::vec3 gltf_get_model_center_pos()
- {
- return cameraScene->getModelCenterPos();