* Deletes need to call feature provider with working remove.
*
* @param fp
*/
public DeleteConnectionFeature(IFeatureProvider fp) {
super(new DispelFeatureProviderWithRemove(fp.getDiagramTypeProvider()));
for (ICreateConnectionFeature feat: getFeatureProvider(
).getCreateConnectionFeatures()) {
if (feat instanceof CreateConnectionFeature) {
mCreateConnFeature = (CreateConnectionFeature) feat;