Changeset 6f7916ea898adb1238a0d362ae61c415f363e5e1
- Timestamp:
- 02/04/06 11:44:19
(3 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1143971059 +0000
- git-parent:
[7fd36323041081175a507620b4c019e14833bbb2]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1143971059 +0000
- Message:
Remove unused variable
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r07b1471 |
r6f7916e |
|
| 435 | 435 | { |
|---|
| 436 | 436 | playlist_t *p_playlist; |
|---|
| 437 | | float f_input_bitrate; |
|---|
| 438 | 437 | if( mdate() - p_intf->p_sys->last_update < 1000000 ) |
|---|
| 439 | 438 | return; |
|---|