Removed all dead code

This commit is contained in:
Antoine Pilote
2024-08-14 19:21:17 -04:00
parent b887e8e826
commit 0de9c216c5
37 changed files with 22 additions and 2615 deletions

View File

@@ -413,7 +413,7 @@ namespace Nuake
void ScriptingEngineNet::CopyNuakeNETAssemblies(const std::string& path)
{
// Create .Net directory in projects folder.
const auto netDirectionPath = '/' + m_NetDirectory + '/';
const auto netDirectionPath = "/";
const auto netDir = path + netDirectionPath;
if (!FileSystem::DirectoryExists(netDirectionPath))
{