From 9df13c1cd2ea5406d39a2acee6c083a69769d062 Mon Sep 17 00:00:00 2001 From: daemyung jang Date: Sat, 29 Jan 2022 10:52:11 +0900 Subject: [PATCH] Cleanup code --- libs/gltfio/src/FFilamentAsset.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/gltfio/src/FFilamentAsset.h b/libs/gltfio/src/FFilamentAsset.h index 3bc43b37ee..eb65213a5b 100644 --- a/libs/gltfio/src/FFilamentAsset.h +++ b/libs/gltfio/src/FFilamentAsset.h @@ -192,8 +192,6 @@ struct FFilamentAsset : public FilamentAsset { Animator* getAnimator() noexcept; - int getMorphTargetCount(utils::Entity entity) noexcept; - const char* getMorphTargetNameAt(utils::Entity entity, size_t targetIndex) const noexcept; utils::Entity getWireframe() noexcept;