summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index 57d5cfb6d0..1777245c96 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -216,9 +216,6 @@ struct vo_driver {
// List of options to parse into priv struct (requires privsize to be set)
const struct m_option *options;
-
- // Parse these options before parsing user options
- const char *init_option_string;
};
struct vo {