summaryrefslogtreecommitdiffstats
path: root/mpvcore/m_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/m_config.h')
-rw-r--r--mpvcore/m_config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/mpvcore/m_config.h b/mpvcore/m_config.h
index 3d82d8cd24..eaf3f6af2a 100644
--- a/mpvcore/m_config.h
+++ b/mpvcore/m_config.h
@@ -63,10 +63,6 @@ typedef struct m_config {
bool use_profiles;
int (*includefunc)(struct m_config *conf, char *filename, int flags);
- const void *optstruct_defaults;
- size_t optstruct_size;
- const struct m_option *options; // top-level options
-
void *optstruct; // struct mpopts or other
} m_config_t;