mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
removed a ghost function
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user