File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
lib/flowViewport/sceneIndex Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 1717
1818#include " flowViewport/api.h"
1919#include " flowViewport/sceneIndex/fvpSceneIndexUtils.h"
20- #include " flowViewport/sceneIndex/fvpPathInterface.h"
2120
2221#include < pxr/base/tf/diagnosticLite.h>
2322#include < pxr/base/tf/token.h>
@@ -53,7 +52,6 @@ typedef PXR_NS::TfRefPtr<const PruningSceneIndex> PruningSceneIndexConstRefPtr;
5352class PruningSceneIndex :
5453 public PXR_NS::HdSingleInputFilteringSceneIndexBase
5554 , public InputSceneIndexUtils<PruningSceneIndex>
56- , public PathInterface // As a workaround until we move to exclusively using PathMappers
5755{
5856public:
5957 using PXR_NS::HdSingleInputFilteringSceneIndexBase::_GetInputSceneIndex;
@@ -82,16 +80,6 @@ class PruningSceneIndex :
8280 FVP_API
8381 std::set<PXR_NS::TfToken> GetActiveFilters ();
8482
85- // As a workaround until we move to exclusively using PathMappers
86- FVP_API
87- PrimSelections UfePathToPrimSelections (const Ufe::Path& appPath) const override {
88- PXR_NAMESPACE_USING_DIRECTIVE;
89-
90- TF_FATAL_ERROR (" Illegal call to deprecated %s" , TF_FUNC_NAME ().data ());
91-
92- return PrimSelections ();
93- }
94-
9583protected:
9684 FVP_API
9785 PruningSceneIndex (PXR_NS::HdSceneIndexBaseRefPtr const &inputSceneIndex);
You can’t perform that action at this time.
0 commit comments