Changeset 25bf450c9bb035a1bd5a255b39175745f9d62c57
- Timestamp:
- 15/06/08 00:45:17
(4 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1213483517 -0700
- git-parent:
[5e36fea91b8091649c87df437c99477e3472707f]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1213483517 -0700
- Message:
Remove unused variable.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3561b9b |
r25bf450 |
|
| 838 | 838 | BITMAPINFOHEADER *p_header = &p_vout->p_sys->bitmapinfo.bmiHeader; |
|---|
| 839 | 839 | BITMAPINFO *p_info = &p_vout->p_sys->bitmapinfo; |
|---|
| 840 | | int i_pixels = p_vout->render.i_height * p_vout->render.i_width; |
|---|
| 841 | 840 | HDC window_dc = GetDC( p_vout->p_sys->hvideownd ); |
|---|
| 842 | 841 | |
|---|