avoid unused variable warning
This commit is contained in:
parent
6a6a48bc6c
commit
f878989b2e
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ private:
|
|||
{
|
||||
if (node && node->ext_.contains(item_ext))
|
||||
{
|
||||
coord2d c=node->ext_.center();
|
||||
node->ext_.center();
|
||||
|
||||
double width=node->ext_.width();
|
||||
double height=node->ext_.height();
|
||||
|
|
Loading…
Add table
Reference in a new issue