summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/filter/vf_vapoursynth.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/video/filter/vf_vapoursynth.c b/video/filter/vf_vapoursynth.c
index 986399c748..b5be48ce1f 100644
--- a/video/filter/vf_vapoursynth.c
+++ b/video/filter/vf_vapoursynth.c
@@ -63,12 +63,6 @@ struct priv {
const struct script_driver *drv;
// drv_vss
struct VSScript *se;
- // drv_lazy
- struct lua_State *ls;
- VSNodeRef **gc_noderef;
- int num_gc_noderef;
- VSMap **gc_map;
- int num_gc_map;
struct mp_filter *f;
struct mp_pin *in_pin;