summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2023-05-20 20:04:42 +0200
committersfan5 <sfan5@live.de>2023-05-21 20:11:24 +0200
commitd8d0c853c018814dcbc70771ddb6d7f83e115cfc (patch)
treeba6d8ed84b091b5cf429c83db1105cd66421ec4d /common
parent519e56f80f8f251c96682daaa90f409c05277464 (diff)
downloadmpv-d8d0c853c018814dcbc70771ddb6d7f83e115cfc.tar.bz2
mpv-d8d0c853c018814dcbc70771ddb6d7f83e115cfc.tar.xz
path: simplify "cache" and "state" fallback
Instead of having more global state just do it on-the-fly.
Diffstat (limited to 'common')
-rw-r--r--common/global.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/global.h b/common/global.h
index 09b59593b0..f95cf28a4d 100644
--- a/common/global.h
+++ b/common/global.h
@@ -10,8 +10,6 @@ struct mpv_global {
struct mp_client_api *client_api;
char *configdir;
struct stats_base *stats;
- bool no_cachedir;
- bool no_statedir;
};
#endif