1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

the update is not needed when changing input

This commit is contained in:
Alain Magloire 2005-03-30 21:05:08 +00:00
parent f6796023a4
commit a06a9ae512

View file

@ -440,7 +440,6 @@ public class CContentOutlinePage extends Page implements IContentOutlinePage, IS
if (treeViewer != null) {
treeViewer.setInput (fInput);
}
contentUpdated();
}
private void initDragAndDrop() {