[vlc-commits] lua: remove add_callback and del_callback
    Rémi Denis-Courmont 
    git at videolan.org
       
    Mon Mar 26 16:39:54 CEST 2012
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Mar 26 17:38:49 2012 +0300| [fe5df3d5b1bbe4918e0997c1f9875b2f1eab281a] | committer: Rémi Denis-Courmont
lua: remove add_callback and del_callback
add_callback could not work correctly with the (lack of) Lua threading
support. Fortunately, it was not in use.
del_callback depends on add_callback.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fe5df3d5b1bbe4918e0997c1f9875b2f1eab281a
---
 modules/lua/libs/variables.c |  263 ------------------------------------------
 share/lua/README.txt         |    6 -
 2 files changed, 0 insertions(+), 269 deletions(-)
Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=fe5df3d5b1bbe4918e0997c1f9875b2f1eab281a
    
    
More information about the vlc-commits
mailing list