Skip to content

Commit

Permalink
Drop using namespace from PointCloud plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Oct 31, 2023
1 parent 659f0b8 commit b889f9f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/plugins/point_cloud/PointCloud.cc
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ class gz::gui::plugins::PointCloudPrivate
public: bool showing{true};
};

using namespace gz;
using namespace gui;
using namespace plugins;

/////////////////////////////////////////////////
PointCloud::PointCloud()
: dataPtr(std::make_unique<PointCloudPrivate>())
Expand Down

0 comments on commit b889f9f

Please sign in to comment.