Skip to content

Commit

Permalink
removed private:
Browse files Browse the repository at this point in the history
  • Loading branch information
void-inject authored Jan 8, 2025
1 parent a5abf97 commit 637aa66
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions library/src/interactor_impl.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -547,11 +547,7 @@ class interactor_impl::internals
std::map<interaction_bind_t, BindingCommands> Bindings;
std::multimap<std::string, interaction_bind_t> GroupedBinds;
std::vector<std::string> OrderedBindGroups;
//-------------------------------------------------------------------
private:
// Map to store aliases
std::map<std::string, std::string> aliasMap;
//-------------------------------------------------------------------

vtkNew<vtkCellPicker> CellPicker;
vtkNew<vtkPointPicker> PointPicker;
Expand Down

0 comments on commit 637aa66

Please sign in to comment.