]> git.sesse.net Git - vlc/commit
Remove dummy input locking
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 4 Mar 2009 21:10:27 +0000 (23:10 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 4 Mar 2009 21:25:51 +0000 (23:25 +0200)
commitae86adf422d2dd734a662c36c1be5893dc00b0cf
treefa69c8214f1b1d5b0c99a7c6519b96476c2daa61
parent4863b62dcfafb899a7483372aef78bea2d8aea16
Remove dummy input locking

Contrary to commit 719f12a6 log, input_GetItem() does not check for a
lock on the input. There may be need for locking here(?), but taking the
object lock would definitely not help, as this was the only place is the
entire tree using the generic object lock on an input object.
modules/misc/lua/libs/input.c