diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-03-13 09:56:07 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-03-13 09:56:07 +0200 |
commit | f99ec93a0863abf3f1e9600eb4dd697b981bce83 (patch) | |
tree | 8b3e68ab0528f4f0671b4829b67ece167ab6d0e7 | |
parent | 5b32d5a203bcd1a82b40f83da91f2cfab7a08349 (diff) |
db.py: remove old code
-rwxr-xr-x | py/tests/db.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/tests/db.py b/py/tests/db.py index d51820c..660364d 100755 --- a/py/tests/db.py +++ b/py/tests/db.py @@ -75,7 +75,6 @@ fliphandler.handle_page_flip(0, 0) def readdrm(fileobj, mask): #print("EVENT"); - #card.call_page_flip_handlers() for ev in card.read_events(): if ev.type == pykms.DrmEventType.FLIP_COMPLETE: ev.data.handle_page_flip(ev.seq, ev.time) |