summaryrefslogtreecommitdiffstats
path: root/core/mpv_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/mpv_global.h')
-rw-r--r--core/mpv_global.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/core/mpv_global.h b/core/mpv_global.h
deleted file mode 100644
index 546c585294..0000000000
--- a/core/mpv_global.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef MPV_MPV_H
-#define MPV_MPV_H
-
-// This should be accessed by glue code only, never normal code.
-// The only purpose of this is to make mpv library-safe.
-// Think hard before adding new members.
-struct mpv_global {
- struct MPOpts *opts;
- struct mp_log *log;
-};
-
-#endif