Skip to content

Commit

Permalink
Merge pull request #2069 from SergioRAgostinho/remove_unused_variable
Browse files Browse the repository at this point in the history
Remove unused variable from octree_viewer
  • Loading branch information
taketwo authored Nov 10, 2017
2 parents bc2da07 + 3d18e7b commit b1dc9f5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/octree_viewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@
#include <vtkRenderWindow.h>
#include <vtkCubeSource.h>
#include <vtkCleanPolyData.h>
//=============================
// Displaying cubes is very long!
// so we limit their numbers.
const int MAX_DISPLAYED_CUBES(15000);
//=============================

class OctreeViewer
{
Expand Down

0 comments on commit b1dc9f5

Please sign in to comment.