summaryrefslogtreecommitdiffstats
path: root/m_config.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-25 15:59:30 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-26 09:37:29 +0300
commit2993acdc3118ec01274cf357336760443bfce561 (patch)
tree804e519daa74468243fbfd04e99aea8cd661da38 /m_config.h
parent0885f4e5b560ced9e2a37f3057f8167510195750 (diff)
downloadmpv-2993acdc3118ec01274cf357336760443bfce561.tar.bz2
mpv-2993acdc3118ec01274cf357336760443bfce561.tar.xz
Convert m_config.c to use talloc
Diffstat (limited to 'm_config.h')
-rw-r--r--m_config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/m_config.h b/m_config.h
index 889ff597ed..156f7b8fbb 100644
--- a/m_config.h
+++ b/m_config.h
@@ -76,8 +76,6 @@ typedef struct m_config {
m_profile_t* profiles;
/// Depth when recursively including profiles.
int profile_depth;
- /// Options defined by the config itself.
- struct m_option* self_opts;
void *optstruct; // struct mpopts or other
} m_config_t;