tv: remove printing of useless comment information

This commit is contained in:
wm4
2014-06-10 00:47:10 +02:00
parent 383cf20785
commit fcf9bb95b5
4 changed files with 3 additions and 14 deletions

View File

@@ -80,8 +80,6 @@ typedef struct tvi_info_s
struct tvi_handle_s * (*tvi_init)(struct mp_log *log, tv_param_t* tv_param);
const char *name;
const char *short_name;
const char *author;
const char *comment;
} tvi_info_t;