Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Jan 16, 2025
1 parent 76b28d0 commit c8ee90e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ogre/src/OgreFrustumVisual.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ class gz::rendering::OgreFrustumVisualPrivate
/// \brief Frustum Ray DynamicLines Object to display
public: std::vector<std::shared_ptr<OgreDynamicLines>> rayLines;

/// \brief Frustum visual type
// public: FrustumVisualPlane frustumVisPlane =
// FrustumVisualPlane::FRUSTUM_PLANE_TOP;

/// \brief The visibility of the visual
public: bool visible = true;

Expand Down

0 comments on commit c8ee90e

Please sign in to comment.