Remove unused config directory
This commit is contained in:
parent
fe8c71e7d4
commit
0da870afeb
@ -132,10 +132,6 @@ static bool MakeUserDirs()
|
||||
if (!do_mkdir(path))
|
||||
return false;
|
||||
|
||||
path = os_get_config_path("obs-studio/studio");
|
||||
if (!do_mkdir(path))
|
||||
return false;
|
||||
|
||||
path = os_get_config_path("obs-studio/logs");
|
||||
if (!do_mkdir(path))
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user