Skip to content

Commit 72f2645

Browse files
committed
remove unused method
1 parent 1a34210 commit 72f2645

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

expandabletextview/src/main/java/at/blogc/android/views/ExpandableTextView.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -374,18 +374,6 @@ private void notifyOnExpand()
374374
}
375375
}
376376

377-
/**
378-
* This method will notify the listener about this change.
379-
* @param canExpand
380-
*/
381-
private void notifyExpandBehaviourChanged(final boolean canExpand)
382-
{
383-
for (final OnExpandListener onExpandListener : this.onExpandListeners)
384-
{
385-
onExpandListener.onExpandBehaviourChanged(this, canExpand);
386-
}
387-
}
388-
389377
//region public interfaces
390378

391379
/**

0 commit comments

Comments
 (0)