Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(329)

Unified Diff: webrtc/modules/video_render/windows/video_render_direct3d9.cc

Issue 1232713002: Removed unused variables and the need to include the d3dx9.h file. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added BroadSoft to the AUTHORS file. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/modules/video_render/windows/video_render_direct3d9.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_render/windows/video_render_direct3d9.cc
diff --git a/webrtc/modules/video_render/windows/video_render_direct3d9.cc b/webrtc/modules/video_render/windows/video_render_direct3d9.cc
index ae37110e4afd8bc917cf27f164a7ff860d676d94..dab4e7a60859b735069a40902fdcbe97703e228c 100644
--- a/webrtc/modules/video_render/windows/video_render_direct3d9.cc
+++ b/webrtc/modules/video_render/windows/video_render_direct3d9.cc
@@ -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;
« no previous file with comments | « webrtc/modules/video_render/windows/video_render_direct3d9.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698