Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
Cliffus committed Oct 11, 2017
1 parent 1a34210 commit 72f2645
Showing 1 changed file with 0 additions and 12 deletions.
Expand Up @@ -374,18 +374,6 @@ private void notifyOnExpand()
}
}

/**
* This method will notify the listener about this change.
* @param canExpand
*/
private void notifyExpandBehaviourChanged(final boolean canExpand)
{
for (final OnExpandListener onExpandListener : this.onExpandListeners)
{
onExpandListener.onExpandBehaviourChanged(this, canExpand);
}
}

//region public interfaces

/**
Expand Down

0 comments on commit 72f2645

Please sign in to comment.