From 245abd5f16379e20b11b40186b62d5a4ecfeef75 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Sat, 13 Jan 2024 19:35:46 -0500 Subject: [PATCH] Remove the user 3d path creation (cherry picked from commit 5bc78f7d9f68262cdcb512b2c9fa8964127f8133) --- common/paths.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/common/paths.cpp b/common/paths.cpp index f6fac6af0a..635478d2c9 100644 --- a/common/paths.cpp +++ b/common/paths.cpp @@ -388,7 +388,6 @@ void PATHS::EnsureUserPathsExist() { EnsurePathExists( GetUserCachePath() ); EnsurePathExists( GetUserPluginsPath() ); - EnsurePathExists( GetUserPlugins3DPath() ); EnsurePathExists( GetUserScriptingPath() ); EnsurePathExists( GetUserTemplatesPath() ); EnsurePathExists( GetDefaultUserProjectsPath() );