[vlc-commits] win32: filesystem: Drop unused macro
    Hugo Beauzée-Luyssen 
    git at videolan.org
       
    Mon Oct  1 13:21:05 CEST 2018
    
    
  
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | 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;
    
    
More information about the vlc-commits
mailing list