[vlc-commits] dash: Removing useless using namespace;

Hugo Beauzée-Luyssen git at videolan.org
Fri Dec 30 18:15:33 CET 2011


vlc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Wed Dec 28 15:51:53 2011 +0100| [699b4b50c9a05d77484321acbc5bda5925f0f3cd] | committer: Jean-Baptiste Kempf

dash: Removing useless using namespace;

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=699b4b50c9a05d77484321acbc5bda5925f0f3cd
---

 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