Changeset 124454cb20838956ff15e1e5c47bc83beef0ba48
- Timestamp:
- 16/05/07 16:14:43
(2 years ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1179324883 +0000
- git-parent:
[94cc428df657035f243f4122b3c4ad1d910b2229]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1179324883 +0000
- Message:
Remove unused variable.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rce0e4fb |
r124454c |
|
| 392 | 392 | filter_t *p_filter = (filter_t*)p_this; |
|---|
| 393 | 393 | filter_sys_t *p_sys = p_filter->p_sys; |
|---|
| 394 | | libvlc_global_data_t *p_libvlc_global = p_filter->p_libvlc_global; |
|---|
| 395 | 394 | int i_index; |
|---|
| 396 | 395 | |
|---|