[vlc-commits] dbargraph: Remove unused variable
Hugo Beauzée-Luyssen
git at videolan.org
Tue Feb 14 15:30:38 CET 2017
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Feb 14 14:03:50 2017 +0100| [bf369cd57f20775f011da0475ec3e2b1f16b280d] | committer: Hugo Beauzée-Luyssen
dbargraph: Remove unused variable
CID #1402771
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bf369cd57f20775f011da0475ec3e2b1f16b280d
---
modules/access/dtv/bdagraph.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/access/dtv/bdagraph.cpp b/modules/access/dtv/bdagraph.cpp
index d8eb2ae..1fd51a8 100644
--- a/modules/access/dtv/bdagraph.cpp
+++ b/modules/access/dtv/bdagraph.cpp
@@ -2558,7 +2558,6 @@ HRESULT BDAGraph::FindFilter( REFCLSID this_clsid, long* i_moniker_used,
IBindCtx* p_bind_context;
IPropertyBag* p_property_bag;
char* psz_upstream;
- int i_upstream_len;
char* psz_downstream;
VARIANT var_bstr;
More information about the vlc-commits
mailing list