Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Ladenberger2012-06-13 11:55:15 +0000
committerLukas Ladenberger2012-06-13 11:55:15 +0000
commit7482fbb17d24e5c391bf0ef4a6268dd86947f330 (patch)
tree264c75fe37e4e29895c8cd57892440c60dea1858
parent74890775983003c2ba977f42fc6a22c310d6a1a0 (diff)
downloadorg.eclipse.rmf-7482fbb17d24e5c391bf0ef4a6268dd86947f330.tar.gz
org.eclipse.rmf-7482fbb17d24e5c391bf0ef4a6268dd86947f330.tar.xz
org.eclipse.rmf-7482fbb17d24e5c391bf0ef4a6268dd86947f330.zip
removed unused commented code
-rw-r--r--org.eclipse.rmf.pror.reqif10.editor/src/org/eclipse/rmf/pror/reqif10/editor/agilegrid/ProrCellEditor.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/org.eclipse.rmf.pror.reqif10.editor/src/org/eclipse/rmf/pror/reqif10/editor/agilegrid/ProrCellEditor.java b/org.eclipse.rmf.pror.reqif10.editor/src/org/eclipse/rmf/pror/reqif10/editor/agilegrid/ProrCellEditor.java
index eaa28e77..b6348c15 100644
--- a/org.eclipse.rmf.pror.reqif10.editor/src/org/eclipse/rmf/pror/reqif10/editor/agilegrid/ProrCellEditor.java
+++ b/org.eclipse.rmf.pror.reqif10.editor/src/org/eclipse/rmf/pror/reqif10/editor/agilegrid/ProrCellEditor.java
@@ -99,21 +99,6 @@ public abstract class ProrCellEditor extends TextCellEditor {
super.doSetValue(value);
}
- // LL: this method should not be used cause it depends on the specification
- // editor and the prorcelleditor is used by the properties view and the
- // specification editor (both have different content providers)
- // /**
- // * Returns the current {@link SpecHierarchy} to which the edited cell
- // * belongs.
- // */
- // protected SpecHierarchy getSpecHierarchy() {
- // ProrAgileGridContentProvider provider = (ProrAgileGridContentProvider)
- // getAgileGrid().getContentProvider();
- // SpecHierarchy specHierarchy =
- // provider.getProrRow(cell.row).getSpecHierarchy();
- // return specHierarchy;
- // }
-
/**
* This method "translates" from the editor value (which is a String) to the
* Model (which is an AttributeValue). As a side effect (and not very

Back to the top