Changeset 5e36fea91b8091649c87df437c99477e3472707f

Show
Ignore:
Timestamp:
15/06/08 00:44:06 (6 months ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1213483446 -0700
git-parent:

[ecbf636873c480950be9ded1c66ab5b696c5b5ec]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1213483446 -0700
Message:

Remove unused variable.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/misc/audioscrobbler.c

    r3561b9b r5e36fea  
    272272    for( ;; ) 
    273273    { 
    274         bool b_die = false, b_wait = false; 
     274        bool b_wait = false; 
    275275 
    276276        vlc_object_lock( p_intf );