Changeset 5e36fea91b8091649c87df437c99477e3472707f
- Timestamp:
- 15/06/08 00:44:06
(6 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1213483446 -0700
- git-parent:
[ecbf636873c480950be9ded1c66ab5b696c5b5ec]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1213483446 -0700
- Message:
Remove unused variable.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3561b9b |
r5e36fea |
|
| 272 | 272 | for( ;; ) |
|---|
| 273 | 273 | { |
|---|
| 274 | | bool b_die = false, b_wait = false; |
|---|
| | 274 | bool b_wait = false; |
|---|
| 275 | 275 | |
|---|
| 276 | 276 | vlc_object_lock( p_intf ); |
|---|