[vlc-commits] dash: Removing useless using namespace;
Hugo Beauzée-Luyssen
git at videolan.org
Tue Jan 24 23:21:55 CET 2012
vlc/vlc-1.2 | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Wed Dec 28 15:51:53 2011 +0100| [9006d3ca90b997ff559a3f8e9bb70e73f425fc42] | committer: Jean-Baptiste Kempf
dash: Removing useless using namespace;
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit 699b4b50c9a05d77484321acbc5bda5925f0f3cd)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=9006d3ca90b997ff559a3f8e9bb70e73f425fc42
---
modules/stream_filter/dash/xml/DOMParser.cpp | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/stream_filter/dash/xml/DOMParser.cpp b/modules/stream_filter/dash/xml/DOMParser.cpp
index ab562f3..4a63d70 100644
--- a/modules/stream_filter/dash/xml/DOMParser.cpp
+++ b/modules/stream_filter/dash/xml/DOMParser.cpp
@@ -28,8 +28,6 @@
#include "DOMParser.h"
using namespace dash::xml;
-using namespace dash::http;
-using namespace dash::mpd;
DOMParser::DOMParser (stream_t *stream) :
root( NULL ),
More information about the vlc-commits
mailing list