diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-07-01 12:29:45 +0200 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-07-03 16:28:20 +0200 |
commit | 0b3a918860944878b5fc4cf87883889bc467a052 (patch) | |
tree | 06418a07af1fa320d2fd8855c42bfa2085cb9138 /avmedia | |
parent | 994fc8faa1cd232456910e2de1ff4add1eee024a (diff) |
Remove obsolete comment
Change-Id: I0cc592b245871187dd41e85be8c86e6e7878181b
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/framework/modeltools.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/avmedia/source/framework/modeltools.cxx b/avmedia/source/framework/modeltools.cxx index 6119cb71acbf..87c75191de9c 100644 --- a/avmedia/source/framework/modeltools.cxx +++ b/avmedia/source/framework/modeltools.cxx @@ -87,7 +87,6 @@ bool KmzDae2Gltf(const OUString& rSourceURL, OUString& o_rOutput) asset->setBundleOutputPath(OUStringToOString( sOutput, RTL_TEXTENCODING_UTF8 ).getStr()); // If *.dae file is not in the local file system, then copy it to a temp folder for the conversion - // KMZ covnerter need a temp folder in all case, because it creates temp files next to the source file OUString sInput = rSourceURL; const INetURLObject aSourceURLObj(rSourceURL); if( aSourceURLObj.GetProtocol() != INET_PROT_FILE ) |