[vlc-commits] VLSub: Remove unused helper

Hugo Beauzée-Luyssen git at videolan.org
Mon Apr 16 18:57:07 CEST 2018


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Apr 16 13:26:14 2018 +0200| [ad9cccb391271f11fcfc3fc4b2f5a7cd0042ecf3] | committer: Hugo Beauzée-Luyssen

VLSub: Remove unused helper

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

 share/lua/extensions/VLSub.lua | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/share/lua/extensions/VLSub.lua b/share/lua/extensions/VLSub.lua
index c797dee934..02014066f0 100644
--- a/share/lua/extensions/VLSub.lua
+++ b/share/lua/extensions/VLSub.lua
@@ -2056,11 +2056,6 @@ function list_dir(path)
   end
 end
 
-function decode_uri(str)
-  vlc.msg.err(slash)
-  return str:gsub("/", slash)
-end
-
 function is_window_path(path)
   return string.match(path, "^(%a:.+)$")
 end



More information about the vlc-commits mailing list