Changeset d3cccc0bd127932962cf22df25129167f56ba46b
- Timestamp:
- 26/05/08 17:59:43
(6 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1211817583 +0300
- git-parent:
[021d3cb9e8d258d255bef48a4e629a4633593222]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1211817583 +0300
- Message:
Remove unused variable
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra398f40 |
rd3cccc0 |
|
| 923 | 923 | intf_thread_t * p_intf = NULL; |
|---|
| 924 | 924 | vout_thread_t * p_vout = NULL; |
|---|
| 925 | | aout_instance_t * p_aout = NULL; |
|---|
| 926 | 925 | libvlc_priv_t *priv = libvlc_priv (p_libvlc); |
|---|
| 927 | 926 | |
|---|