mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-12 01:06:46 -04:00
frontend/api: Remove obs_frontend_get_global_config from internal code
This commit is contained in:
committed by
Ryan Foster
parent
e216a0eab0
commit
4d42b88960
@@ -419,13 +419,6 @@ config_t *OBSStudioAPI::obs_frontend_get_profile_config()
|
||||
return main->activeConfiguration;
|
||||
}
|
||||
|
||||
config_t *OBSStudioAPI::obs_frontend_get_global_config()
|
||||
{
|
||||
blog(LOG_WARNING,
|
||||
"DEPRECATION: obs_frontend_get_global_config is deprecated. Read from global or user configuration explicitly instead.");
|
||||
return App()->GetAppConfig();
|
||||
}
|
||||
|
||||
config_t *OBSStudioAPI::obs_frontend_get_app_config()
|
||||
{
|
||||
return App()->GetAppConfig();
|
||||
|
||||
Reference in New Issue
Block a user