summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-19 18:05:05 +0200
committerwm4 <wm4@nowhere>2012-09-07 16:06:36 +0200
commit330c90cbb8583ac41547bcd3d7259bc7b9e6a3b5 (patch)
treea2e58e54888fa6f64f5ee15adf52631f72255f48 /mp_core.h
parent83f68f725d80b23f76c9a8cd8dbb8349b33c9779 (diff)
downloadmpv-330c90cbb8583ac41547bcd3d7259bc7b9e6a3b5.tar.bz2
mpv-330c90cbb8583ac41547bcd3d7259bc7b9e6a3b5.tar.xz
command: remove sub_log command
Not very useful, and introduced special cases. Just get rid of it, can be reintroduced if in a better way if someone misses this feature.
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mp_core.h b/mp_core.h
index 645c626022..47d7d6cbbb 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -84,8 +84,6 @@ typedef struct MPContext {
struct mp_osd_msg *osd_msg_stack;
char *terminal_osd_text;
struct sub_data *subdata; // current sub_data style subtitles if any
- // last sub_data style sub line if any, used by log_sub() only
- struct subtitle *vo_sub_last;
bool add_osd_seek_info;
unsigned int osd_visible;