Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old metadata implementation files #658

Merged
merged 5 commits into from
Jun 16, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
141 changes: 0 additions & 141 deletions CesiumGltf/include/CesiumGltf/FeatureIDTextureView.h

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
#include <string>

namespace CesiumGltf {
namespace MeshFeatures {

/**
* @brief The status of a feature ID texture view.
*
Expand Down Expand Up @@ -145,6 +143,4 @@ class FeatureIdTextureView {

const ImageCesium* _pImage;
};

} // namespace MeshFeatures
} // namespace CesiumGltf
129 changes: 0 additions & 129 deletions CesiumGltf/include/CesiumGltf/MetadataArrayView.h

This file was deleted.

Loading