Skip to content

Commit adefd17

Browse files
committed
Update to latest dev
1 parent 5f19fed commit adefd17

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

lib/flowViewport/sceneIndex/fvpPruningSceneIndex.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
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;
5352
class PruningSceneIndex :
5453
public PXR_NS::HdSingleInputFilteringSceneIndexBase
5554
, public InputSceneIndexUtils<PruningSceneIndex>
56-
, public PathInterface // As a workaround until we move to exclusively using PathMappers
5755
{
5856
public:
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-
9583
protected:
9684
FVP_API
9785
PruningSceneIndex(PXR_NS::HdSceneIndexBaseRefPtr const &inputSceneIndex);

0 commit comments

Comments
 (0)