mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-14 11:45:38 +02:00
cleanup
This commit is contained in:
parent
496956a5ac
commit
86d4a18fb8
1 changed files with 0 additions and 10 deletions
|
@ -19,7 +19,6 @@ import org.eclipse.cdt.make.internal.ui.MakeUIPlugin;
|
|||
import org.eclipse.cdt.make.internal.ui.editor.MakefileContentOutlinePage;
|
||||
import org.eclipse.cdt.make.internal.ui.editor.MakefileEditor;
|
||||
import org.eclipse.cdt.make.ui.IWorkingCopyManager;
|
||||
import org.eclipse.core.runtime.IProgressMonitor;
|
||||
import org.eclipse.jface.text.IDocument;
|
||||
import org.eclipse.jface.text.IRegion;
|
||||
import org.eclipse.jface.text.reconciler.DirtyRegion;
|
||||
|
@ -35,7 +34,6 @@ public class MakefileReconcilingStrategy implements IReconcilingStrategy {
|
|||
private ITextEditor fEditor;
|
||||
private IWorkingCopyManager fManager;
|
||||
private IDocumentProvider fDocumentProvider;
|
||||
private IProgressMonitor fProgressMonitor;
|
||||
|
||||
private MakefileContentOutlinePage fOutliner;
|
||||
|
||||
|
@ -54,13 +52,6 @@ public class MakefileReconcilingStrategy implements IReconcilingStrategy {
|
|||
}
|
||||
|
||||
|
||||
/*
|
||||
* @see IReconcilingStrategyExtension#setProgressMonitor(IProgressMonitor)
|
||||
*/
|
||||
public void setProgressMonitor(IProgressMonitor monitor) {
|
||||
fProgressMonitor= monitor;
|
||||
}
|
||||
|
||||
/**
|
||||
* @see IReconcilingStrategy#reconcile(region)
|
||||
*/
|
||||
|
@ -75,7 +66,6 @@ public class MakefileReconcilingStrategy implements IReconcilingStrategy {
|
|||
fLastRegionOffset = region.getOffset();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @see IReconcilingStrategy#reconcile(dirtyRegion, region)
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue