Changeset d30bcae9c124ffd2777f39f4e3cd3a7aee5b3959

Show
Ignore:
Timestamp:
07/05/08 20:29:47 (2 months ago)
Author:
Rémi Denis-Courmont <rdenis@simphalempin.com>
git-committer:
Rémi Denis-Courmont <rdenis@simphalempin.com> 1215282587 +0300
git-parent:

[b32bc64891910085a05acd0fe51c3d5913c9ee80]

git-author:
Rémi Denis-Courmont <rdenis@simphalempin.com> 1215282587 +0300
Message:

Unused variables

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/video_output/x11/xcommon.c

    rdf393e7 rd30bcae  
    12921292                case Button1: 
    12931293                    { 
    1294                         playlist_t *p_playlist; 
    1295  
    12961294                        var_Get( p_vout, "mouse-button-down", &val ); 
    12971295                        val.i_int &= ~1; 
     
    13211319                    { 
    13221320                        intf_thread_t *p_intf; 
    1323                         playlist_t *p_playlist; 
    13241321 
    13251322                        var_Get( p_vout, "mouse-button-down", &val ); 
  • src/input/input.c

    rd10dffc rd30bcae  
    448448void input_StopThread( input_thread_t *p_input ) 
    449449{ 
    450     vlc_list_t *p_list; 
    451     int i; 
    452  
    453450    /* Set die for input and ALL of this childrens (even (grand-)grand-childrens) 
    454451     * It is needed here even if it is done in INPUT_CONTROL_SET_DIE handler to