removed a ghost function

This commit is contained in:
Maxmtg
2012-08-03 19:20:33 +00:00
parent 8f703832f1
commit 5d6ef65bf4

View File

@@ -180,13 +180,6 @@ public class CHand implements ICDoc {
this.addCards(c);
}
private void cardmoveAction() {
final Card c = view.getHandArea().getCardFromMouseOverPanel();
if (c != null) {
}
}
private void cardclickAction(final MouseEvent e) {
if (e.getButton() != MouseEvent.BUTTON1) {
return;