Skip to content

Commit

Permalink
visualizer: (fixes #969) Remove non-implemented method VisualSimulato…
Browse files Browse the repository at this point in the history
…rImpl::GetSim()
  • Loading branch information
edalm committed Oct 27, 2023
1 parent 5704e88 commit 48eac52
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/visualizer/model/visual-simulator-impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ class VisualSimulatorImpl : public SimulatorImpl
void NotifyConstructionCompleted() override;

private:
/**
* Get the simulator implementation
* \return a pointer to the simulator implementation
*/
Ptr<SimulatorImpl> GetSim();
Ptr<SimulatorImpl> m_simulator; ///< the simulator implementation
ObjectFactory m_simulatorImplFactory; ///< simulator implementation factory
};
Expand Down

0 comments on commit 48eac52

Please sign in to comment.