Commit c807dafe authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vlc_dgettext: remove

parent 0b14c73d
...@@ -322,17 +322,6 @@ int vlc_wclosedir( void *_p_dir ) ...@@ -322,17 +322,6 @@ int vlc_wclosedir( void *_p_dir )
#endif #endif
} }
#if defined (WIN32)
/**
* gettext callbacks for plugins.
* LibVLC links libintl statically on Windows.
*/
char *vlc_dgettext( const char *package, const char *msgid )
{
return dgettext( package, msgid );
}
#endif
/** /**
* In-tree plugins share their gettext domain with LibVLC. * In-tree plugins share their gettext domain with LibVLC.
*/ */
......
...@@ -287,8 +287,6 @@ void vlc_rewinddir (void *); ...@@ -287,8 +287,6 @@ void vlc_rewinddir (void *);
# define _wreaddir vlc_wreaddir # define _wreaddir vlc_wreaddir
# define _wclosedir vlc_wclosedir # define _wclosedir vlc_wclosedir
# define rewinddir vlc_rewinddir # define rewinddir vlc_rewinddir
char *vlc_dgettext ( const char *package, const char *msgid );
#endif #endif
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment