mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
Removed statement that appears that have been accidentally left in after some changes.
This commit is contained in:
parent
9805f1bdd9
commit
8565264b9a
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ public class TimersRootVMNode extends RootDMVMNode {
|
|||
|
||||
@Override
|
||||
public void createRootDelta(Object rootObject, Object event, final DataRequestMonitor<VMDelta> rm) {
|
||||
rm.setData(new VMDelta(rootObject, 0, IModelDelta.NO_CHANGE));
|
||||
int flags = IModelDelta.NO_CHANGE;
|
||||
if (event instanceof TimersViewLayoutChanged) {
|
||||
flags |= IModelDelta.CONTENT;
|
||||
|
|
Loading…
Add table
Reference in a new issue