[vlc-commits] VLSub: Remove unused helper

Hugo Beauzée-Luyssen git at videolan.org
Tue Apr 17 14:02:16 CEST 2018


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

VLSub: Remove unused helper

(cherry picked from commit ad9cccb391271f11fcfc3fc4b2f5a7cd0042ecf3)
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

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

 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