1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-12 10:45:37 +02:00
This commit is contained in:
Mikhail Khodjaiants 2007-02-14 11:26:36 +00:00
parent b586e2a932
commit d8152e95ec
2 changed files with 1 additions and 9 deletions

View file

@ -842,10 +842,6 @@ public class ModulesView extends AbstractDebugView implements IDebugContextListe
super.dispose();
}
// private AbstractViewerState getViewerState() {
// return new ModulesViewerState( getModulesViewer() );
// }
protected Image getImage( ImageDescriptor desc ) {
Image image = (Image)fImageCache.get( desc );
if ( image == null ) {
@ -901,8 +897,6 @@ public class ModulesView extends AbstractDebugView implements IDebugContextListe
}
public void modelChanged( IModelDelta delta, IModelProxy proxy ) {
// TODO Auto-generated method stub
}
public void updateComplete( IViewerUpdate update ) {
@ -921,8 +915,6 @@ public class ModulesView extends AbstractDebugView implements IDebugContextListe
}
public void viewerUpdatesBegin() {
// TODO Auto-generated method stub
}
public void viewerUpdatesComplete() {