From 3d18e7b92017c359bb94c2ad6d32d1af70c2f0fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Agostinho?= Date: Thu, 9 Nov 2017 23:05:41 +0000 Subject: [PATCH] Remove unused variable from octree_viewer --- tools/octree_viewer.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/octree_viewer.cpp b/tools/octree_viewer.cpp index 5b53100057b..6f636ea7b61 100644 --- a/tools/octree_viewer.cpp +++ b/tools/octree_viewer.cpp @@ -51,11 +51,6 @@ #include #include #include -//============================= -// Displaying cubes is very long! -// so we limit their numbers. - const int MAX_DISPLAYED_CUBES(15000); -//============================= class OctreeViewer {