Removed unused variables and the need to include the d3dx9.h file.

BUG=webrtc:3667

Review URL: https://codereview.webrtc.org/1232713002

Cr-Commit-Position: refs/heads/master@{#9576}
This commit is contained in:
dkirovbroadsoft
2015-07-14 05:35:09 -07:00
committed by Commit bot
parent 870eee4b17
commit 4988ca50df
3 changed files with 1 additions and 4 deletions

View File

@ -32,6 +32,7 @@ Vicken Simonian <vsimon@gmail.com>
Victor Costan <costan@gmail.com>
ARM Holdings
BroadSoft Inc.
Google Inc.
Intel Corporation
MIPS Technologies

View File

@ -602,9 +602,6 @@ int VideoRenderDirect3D9::UpdateRenderSurface()
_pd3dDevice->SetStreamSource(0, _pVB, 0, sizeof(CUSTOMVERTEX));
_pd3dDevice->SetFVF(D3DFVF_CUSTOMVERTEX);
D3DXMATRIX matWorld;
D3DXMATRIX matWorldTemp;
//draw all the channels
//get texture from the channels
LPDIRECT3DTEXTURE9 textureFromChannel = NULL;

View File

@ -14,7 +14,6 @@
#include "webrtc/modules/video_render/windows/i_video_render_win.h"
#include <d3d9.h>
#include <d3dx9.h>
#include <ddraw.h>
#include <Map>