mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Remove some unused code
Contributes to CL-1165
This commit is contained in:
parent
612b0d0165
commit
3377ed0e6e
1 changed files with 0 additions and 7 deletions
|
|
@ -214,13 +214,6 @@ Popup
|
||||||
break
|
break
|
||||||
case "down":
|
case "down":
|
||||||
availableSpace = targetPosition.y
|
availableSpace = targetPosition.y
|
||||||
// if (availableSpace < realHeight)
|
|
||||||
// {
|
|
||||||
// if (direction != originalDirection)
|
|
||||||
// {
|
|
||||||
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
direction = availableSpace < realHeight ? "up" : originalDirection
|
direction = availableSpace < realHeight ? "up" : originalDirection
|
||||||
break
|
break
|
||||||
case "right":
|
case "right":
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue