Remove unused config directory

This commit is contained in:
jp9000 2014-07-13 04:38:06 -07:00
parent fe8c71e7d4
commit 0da870afeb

View File

@ -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;