summaryrefslogtreecommitdiff
path: root/scripts/motion.py
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-09 22:40:47 +0000
committerDana Jansens <danakj@orodu.net>2003-02-09 22:40:47 +0000
commit74cfb1b4c115cdb4e05aa823b09d2b5ea9d0d690 (patch)
tree0741de84d1a575abb757c7c3f5e5afc10853453c /scripts/motion.py
parent9e05db9518c528ac0d2d44311cde267d9886b36a (diff)
signed ints instead of unsigned ints again. less pain. pain bad.
Diffstat (limited to 'scripts/motion.py')
-rw-r--r--scripts/motion.py2
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 ...