Skip to content
Snippets Groups Projects
Commit 497ef827 authored by Dominique Blouin's avatar Dominique Blouin
Browse files

Removed commented code

parent 3caa8145
No related branches found
No related tags found
1 merge request!287Resolve "Zoom on all diagrams"
...@@ -72,9 +72,4 @@ public abstract class AbstractCDElement implements CDElement { ...@@ -72,9 +72,4 @@ public abstract class AbstractCDElement implements CDElement {
public void acceptBackward( final ICDElementVisitor visitor ) { public void acceptBackward( final ICDElementVisitor visitor ) {
visitor.visit( this ); visitor.visit( this );
} }
//
// @Override
// public boolean isFullDisabler() {
// return false;
// }
} }
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