Minor update to DragTab.

This commit is contained in:
Doublestrike
2012-04-19 12:42:38 +00:00
parent 9fb8746fac
commit 39ad9bcb4b

View File

@@ -60,6 +60,12 @@ public final class DragTab extends JLabel implements ILocalRepaint {
return priority;
}
// There should be no need for this method.
@SuppressWarnings("unused")
private void setPriority() {
// Intentionally empty.
}
@Override
public void repaintThis() {
final Dimension d = DragTab.this.getSize();