summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-11-17 01:18:43 +0100
committerwm4 <wm4@nowhere>2019-11-17 02:11:45 +0100
commit42c5867c4e71bdb07fbaf893a8ba56160b0587bb (patch)
tree8f749fb303e8276081ec78dcee4d51fb05d04ccf
parent23414d1d7136a17a5b09271917e4be346f00df03 (diff)
downloadmpv-42c5867c4e71bdb07fbaf893a8ba56160b0587bb.tar.bz2
mpv-42c5867c4e71bdb07fbaf893a8ba56160b0587bb.tar.xz
player: remove commented declaration
It was commented almost 2 years ago in a "rewrite everything" commit.
-rw-r--r--player/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/player/core.h b/player/core.h
index be0860bd3f..7827490f73 100644
--- a/player/core.h
+++ b/player/core.h
@@ -171,7 +171,6 @@ struct vo_chain {
struct mp_output_chain *filter;
- //struct vf_chain *vf;
struct vo *vo;
struct track *track;