diff --git a/UI/window-basic-main.cpp b/UI/window-basic-main.cpp index 8fc13852e..0efc83882 100644 --- a/UI/window-basic-main.cpp +++ b/UI/window-basic-main.cpp @@ -178,10 +178,6 @@ static void AddExtraModulePaths() string path = base_module_dir; #if defined(__APPLE__) - /* System Library Search Path */ - obs_add_module_path((path + ".plugin/Contents/MacOS").c_str(), - (path + ".plugin/Contents/Resources").c_str()); - /* User Application Support Search Path */ BPtr config_bin = os_get_config_path_ptr( "obs-studio/plugins/%module%.plugin/Contents/MacOS");