Unused Element Warning
- Message
<Element 1> is never used in <Element 2>. Consider deleting it.
- Cause
- You have an element in your code that is not being used.
- Recommendation
- Check whether the element is really necessary. If not, delete it from your code.