fix: Remove unusing variables from settings

This commit is contained in:
Petr Mironychev
2025-12-01 13:05:50 +01:00
parent 7a97d0aba5
commit 406ba05bfb
6 changed files with 51 additions and 54 deletions

View File

@ -82,10 +82,6 @@ public:
Utils::BoolAspect useProjectChangesCache{this};
Utils::IntegerAspect maxChangesCacheSize{this};
// Quick refactor command settings
Utils::BoolAspect useOpenFilesInQuickRefactor{this};
Utils::StringAspect quickRefactorSystemPrompt{this};
// Ollama Settings
Utils::StringAspect ollamaLivetime{this};
Utils::IntegerAspect contextWindow{this};