vlc/vlc-1.2 | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Wed Dec 28 15:51:53 2011 +0100| [9006d3ca90b997ff559a3f8e9bb70e73f425fc42] | committer: Jean-Baptiste Kempf
dash: Removing useless using namespace; Signed-off-by: Jean-Baptiste Kempf <[email protected]> (cherry picked from commit 699b4b50c9a05d77484321acbc5bda5925f0f3cd) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > 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 ), _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
