CppEditor: Simplify CppRefactoringChanges class

Remove unneeded methods from API.
This commit is contained in:
Kai Koehne
2010-08-13 15:38:45 +02:00
parent cd5492eb14
commit a8747f32e4
3 changed files with 4 additions and 20 deletions

View File

@@ -102,7 +102,7 @@ CppQuickFixOperation::~CppQuickFixOperation()
void CppQuickFixOperation::perform()
{
CppRefactoringChanges refactoring(_state.document(), _state.snapshot());
CppRefactoringChanges refactoring(_state.snapshot());
CppRefactoringFile current = refactoring.file(fileName());
performChanges(&current, &refactoring);