Skip to content

Commit

Permalink
iso-639: remove now unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Denis-Courmont committed Jul 14, 2012
1 parent e6e1db1 commit 48b1ad8
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 170 deletions.
1 change: 0 additions & 1 deletion include/vlc_iso_lang.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
struct iso639_lang_t
{
const char *psz_eng_name; /* Description in English */
const char *psz_native_name; /* Description in native language */
const char psz_iso639_1[3]; /* ISO-639-1 (2 characters) code */
const char psz_iso639_2T[4]; /* ISO-639-2/T (3 characters) English code */
const char psz_iso639_2B[4]; /* ISO-639-2/B (3 characters) native code */
Expand Down
Loading

0 comments on commit 48b1ad8

Please sign in to comment.