summaryrefslogtreecommitdiffstats
path: root/stream/tv.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-10 00:47:10 +0200
committerwm4 <wm4@nowhere>2014-06-11 00:34:42 +0200
commitfcf9bb95b5d95dc8b0f45b368074d0f67bd4e7d2 (patch)
treee3dd2cda235eae1422e9926857e7a2cd0cd77b9a /stream/tv.h
parent383cf207859485c4516d29053dafab0bb2d8c347 (diff)
downloadmpv-fcf9bb95b5d95dc8b0f45b368074d0f67bd4e7d2.tar.bz2
mpv-fcf9bb95b5d95dc8b0f45b368074d0f67bd4e7d2.tar.xz
tv: remove printing of useless comment information
Diffstat (limited to 'stream/tv.h')
-rw-r--r--stream/tv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/stream/tv.h b/stream/tv.h
index 74363ae846..d6d75e8ee4 100644
--- a/stream/tv.h
+++ b/stream/tv.h
@@ -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;