Skip to content

Commit

Permalink
Address reviewer feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Dec 15, 2021
1 parent 148b95d commit b59f8e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/Frustum.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ using namespace math;
/// \brief Private data for the Frustum class
class Frustum::Implementation
{
/// \param[in] _pose Pose of the frustum, which is the vertex (top of
/// the pyramid).

/// \brief Near distance
/// This is the distance from the frustum's vertex to the closest plane
public: double near {0};
Expand Down
1 change: 0 additions & 1 deletion src/Material_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ TEST(MaterialTest, Accessors)
// Test move constructor
Material mat4(std::move(mat3));
EXPECT_EQ(mat2, mat4);
Material defaultMat;

// Test move operator
Material mat5;
Expand Down

0 comments on commit b59f8e2

Please sign in to comment.