Skip to content

Commit 3f1fd6f

Browse files
author
sailok.chinta
committed
feat: remove unused code
1 parent ce6a9f3 commit 3f1fd6f

File tree

1 file changed

+0
-2
lines changed
  • src/main/java/com/thealgorithms/datastructures/trees

1 file changed

+0
-2
lines changed

src/main/java/com/thealgorithms/datastructures/trees/QuadTree.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ class Point {
2626
* @author <a href="https://github.com/sailok">Sailok Chinta</a>
2727
*/
2828
class BoundingBox {
29-
private static final double BOUNDING_BOX_HALF_WIDTH = 0.5;
30-
3129
public Point center;
3230
public double halfWidth;
3331

0 commit comments

Comments
 (0)