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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index 77382d9f38..8ee53f9420 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -230,7 +230,6 @@ struct vo_driver {
struct vo {
struct mp_log *log; // Using e.g. "[vo/vdpau]" as prefix
int config_ok; // Last config call was successful?
- int config_count; // Total number of successful config calls
struct mp_image_params *params; // Configured parameters (as in vo_reconfig)
bool probing;