quartz: Removed dead code and variables (llvm/clang).
This commit is contained in:
parent
79f24b54c5
commit
abe85bcb99
|
@ -274,9 +274,6 @@ static DWORD VideoRenderer_SendSampleData(VideoRendererImpl* This, LPBYTE data,
|
|||
AM_MEDIA_TYPE amt;
|
||||
HRESULT hr = S_OK;
|
||||
DDSURFACEDESC sdesc;
|
||||
int width;
|
||||
int height;
|
||||
LPBYTE palette = NULL;
|
||||
HDC hDC;
|
||||
BITMAPINFOHEADER *bmiHeader;
|
||||
|
||||
|
@ -312,10 +309,6 @@ static DWORD VideoRenderer_SendSampleData(VideoRendererImpl* This, LPBYTE data,
|
|||
TRACE("biCompression = %s\n", debugstr_an((LPSTR)&(bmiHeader->biCompression), 4));
|
||||
TRACE("biSizeImage = %d\n", bmiHeader->biSizeImage);
|
||||
|
||||
width = bmiHeader->biWidth;
|
||||
height = bmiHeader->biHeight;
|
||||
palette = ((LPBYTE)bmiHeader) + bmiHeader->biSize;
|
||||
|
||||
if (!This->init)
|
||||
{
|
||||
if (!This->WindowPos.right || !This->WindowPos.bottom)
|
||||
|
|
Loading…
Reference in New Issue