mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
Remove obsolete method getCSourceViewer
This commit is contained in:
parent
a817711e36
commit
8c3bf4156f
1 changed files with 0 additions and 9 deletions
|
@ -2980,15 +2980,6 @@ public class CEditor extends TextEditor implements ISelectionChangedListener, IR
|
|||
}
|
||||
}
|
||||
|
||||
public CSourceViewer getCSourceViewer() {
|
||||
ISourceViewer viewer = getSourceViewer();
|
||||
CSourceViewer cViewer = null ;
|
||||
if (viewer instanceof CSourceViewer) {
|
||||
cViewer = (CSourceViewer) viewer;
|
||||
}
|
||||
return cViewer ;
|
||||
}
|
||||
|
||||
/*
|
||||
* @see org.eclipse.ui.texteditor.AbstractDecoratedTextEditor#collectContextMenuPreferencePages()
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue