vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Mon Oct  1 
13:16:31 2018 +0200| [c7ec19ff81ecdffacdad8f8d5744874a69157580] | committer: 
Hugo Beauzée-Luyssen

win32: filesystem: Drop unused macro

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

 src/win32/filesystem.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/win32/filesystem.c b/src/win32/filesystem.c
index 8d56cc859a..ab5ed0b26f 100644
--- a/src/win32/filesystem.c
+++ b/src/win32/filesystem.c
@@ -64,11 +64,6 @@ static wchar_t *widen_path (const char *path)
     return wpath;
 }
 
-#define CONVERT_PATH(path, wpath, err) \
-    wchar_t *wpath = wide_path(path); \
-    if (wpath == NULL) return (err)
-
-
 int vlc_open (const char *filename, int flags, ...)
 {
     int mode = 0;

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to