quadtree: remove unused variable
This commit is contained in:
parent
6295501ead
commit
cb12defd2c
1 changed files with 0 additions and 2 deletions
|
@ -262,8 +262,6 @@ private:
|
|||
{
|
||||
if (node && node->ext_.contains(item_ext))
|
||||
{
|
||||
coord2d c=node->ext_.center();
|
||||
|
||||
double width=node->ext_.width();
|
||||
double height=node->ext_.height();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue