Skip to content
Snippets Groups Projects
Commit 52eb98c2 authored by Levi Lucio's avatar Levi Lucio
Browse files

cleaned warning from unused legacy var

parent 5ca2ce59
No related branches found
No related tags found
No related merge requests found
......@@ -92,9 +92,6 @@ public class ConstraintBasedProcessEditor<CBP extends IConstraintBasedProcess> e
/** Model context of the edited project. */
private ITopLevelElement top;
/** The default configuration. */
private ConstraintConfiguration defaultConfig;
/** Constraint container for the edited project. */
private IConstraintInstanceContainer cstrContainer;
......@@ -156,7 +153,7 @@ public class ConstraintBasedProcessEditor<CBP extends IConstraintBasedProcess> e
public void createPartControl(Composite parent) {
top = IPersistencyService.getInstance().getTopLevelElementFor(editedObject);
getSite().setSelectionProvider(this);
defaultConfig = retrieveDefaultConfig(editedObject);
retrieveDefaultConfig(editedObject);
cstrContainer = editedObject.getConstraintInstanceContainer();
parent.setLayout(new GridLayout(1, true));
createTree(parent);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment