summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/global.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/global.h b/common/global.h
index e49169bebb..546c585294 100644
--- a/common/global.h
+++ b/common/global.h
@@ -7,9 +7,6 @@
struct mpv_global {
struct MPOpts *opts;
struct mp_log *log;
-
- int (*stream_interrupt_cb)(void *ctx);
- void *stream_interrupt_cb_ctx;
};
#endif