Skip to content

Commit

Permalink
Remove code deprecated in ign-rendering5
Browse files Browse the repository at this point in the history
Signed-off-by: Matias N. Goldberg <[email protected]>
  • Loading branch information
darksylinc committed Jul 5, 2021
1 parent 029cd59 commit f951593
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions ogre2/include/ignition/rendering/ogre2/Ogre2RenderTarget.hh
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@ namespace ignition
/// \brief Update the render pass chain
protected: virtual void UpdateRenderPassChain();

/// \brief Deprecated. Use Ogre2Scene:UpdateShadowNode instead
protected: void IGN_DEPRECATED(5) UpdateShadowNode();

/// \brief Implementation of the Rebuild function
protected: virtual void RebuildImpl() override;

Expand Down
8 changes: 0 additions & 8 deletions ogre2/src/Ogre2RenderTarget.cc
Original file line number Diff line number Diff line change
Expand Up @@ -852,14 +852,6 @@ void Ogre2RenderTarget::UpdateRenderPassChain(
}
}

//////////////////////////////////////////////////
void Ogre2RenderTarget::UpdateShadowNode()
{
ignwarn << "Ogre2RenderTarget::UpdateShadowNode() is deprecated and "
"replaced by Ogre2Scene:UpdateShadowNode()"
<< std::endl;
}

//////////////////////////////////////////////////
void Ogre2RenderTarget::RebuildImpl()
{
Expand Down

0 comments on commit f951593

Please sign in to comment.