Changeset d30bcae9c124ffd2777f39f4e3cd3a7aee5b3959
- 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
| rdf393e7 |
rd30bcae |
|
| 1292 | 1292 | case Button1: |
|---|
| 1293 | 1293 | { |
|---|
| 1294 | | playlist_t *p_playlist; |
|---|
| 1295 | | |
|---|
| 1296 | 1294 | var_Get( p_vout, "mouse-button-down", &val ); |
|---|
| 1297 | 1295 | val.i_int &= ~1; |
|---|
| … | … | |
| 1321 | 1319 | { |
|---|
| 1322 | 1320 | intf_thread_t *p_intf; |
|---|
| 1323 | | playlist_t *p_playlist; |
|---|
| 1324 | 1321 | |
|---|
| 1325 | 1322 | var_Get( p_vout, "mouse-button-down", &val ); |
|---|
| rd10dffc |
rd30bcae |
|
| 448 | 448 | void input_StopThread( input_thread_t *p_input ) |
|---|
| 449 | 449 | { |
|---|
| 450 | | vlc_list_t *p_list; |
|---|
| 451 | | int i; |
|---|
| 452 | | |
|---|
| 453 | 450 | /* Set die for input and ALL of this childrens (even (grand-)grand-childrens) |
|---|
| 454 | 451 | * It is needed here even if it is done in INPUT_CONTROL_SET_DIE handler to |
|---|