diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/motion.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/motion.py b/scripts/motion.py index 2ed07863..2d6939c5 100644 --- a/scripts/motion.py +++ b/scripts/motion.py @@ -214,8 +214,6 @@ def _do_resize(): w = _cw + dx h = _ch + dy - if w < 0: w = 0 - if h < 0: h = 0 if RESIZE_RUBBERBAND: # draw the outline ... |
