summaryrefslogtreecommitdiffstats
path: root/options/m_config.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-05-21 00:11:48 +0200
committerwm4 <wm4@nowhere>2018-05-24 19:56:35 +0200
commit3f061dd62912728bf152c06e7c27b43a3cef312d (patch)
tree12b87b381eea5a11f051e2460a685692d84f10d2 /options/m_config.h
parent5ae271e4f43016c4ba36cc91e6811c75947028a4 (diff)
downloadmpv-3f061dd62912728bf152c06e7c27b43a3cef312d.tar.bz2
mpv-3f061dd62912728bf152c06e7c27b43a3cef312d.tar.xz
m_config: remove unused fields
Diffstat (limited to 'options/m_config.h')
-rw-r--r--options/m_config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/options/m_config.h b/options/m_config.h
index 2c4531ff86..8a8dba8461 100644
--- a/options/m_config.h
+++ b/options/m_config.h
@@ -60,11 +60,6 @@ typedef struct m_config {
struct m_config_option *opts; // all options, even suboptions
int num_opts;
- // Creation parameters
- size_t size;
- const void *defaults;
- const struct m_option *options;
-
// List of defined profiles.
struct m_profile *profiles;
// Depth when recursively including profiles.