mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
Removed incorrect comment
This commit is contained in:
parent
4209697ea1
commit
71155f3f15
1 changed files with 0 additions and 2 deletions
|
@ -955,7 +955,6 @@ public class VariableVMNode extends AbstractExpressionVMNode
|
|||
(e instanceof PropertyChangeEvent &&
|
||||
((PropertyChangeEvent)e).getProperty() == IDebugVMConstants.PROP_FORMATTED_VALUE_FORMAT_PREFERENCE) )
|
||||
{
|
||||
// Create a delta that the whole register group has changed.
|
||||
return IModelDelta.CONTENT;
|
||||
}
|
||||
|
||||
|
@ -972,7 +971,6 @@ public class VariableVMNode extends AbstractExpressionVMNode
|
|||
(e instanceof PropertyChangeEvent &&
|
||||
((PropertyChangeEvent)e).getProperty() == IDebugVMConstants.PROP_FORMATTED_VALUE_FORMAT_PREFERENCE) )
|
||||
{
|
||||
// Create a delta that the whole register group has changed.
|
||||
parentDelta.setFlags(parentDelta.getFlags() | IModelDelta.CONTENT);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue