mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Removed some of my own legacy commenting.
This commit is contained in:
@@ -118,11 +118,10 @@ public final class FControl {
|
||||
clearChildren(JLayeredPane.DEFAULT_LAYER);
|
||||
this.state = i0;
|
||||
|
||||
/// out out out ghandi asdf
|
||||
/// TODO should these be here?
|
||||
Singletons.getView().removeWindowListener(waConcede);
|
||||
Singletons.getView().removeWindowListener(waLeaveBazaar);
|
||||
Singletons.getView().addWindowListener(waDefault);
|
||||
////////////////
|
||||
|
||||
// Fire up new state
|
||||
switch (i0) {
|
||||
|
||||
@@ -132,7 +132,6 @@ public class DeckEditorDraft extends DeckEditorBase {
|
||||
ForgeProps.getLocalized(GuiBoosterDraft.CLOSE_MESSAGE), "", JOptionPane.YES_NO_OPTION);
|
||||
if (n == JOptionPane.YES_OPTION) {
|
||||
DeckEditorDraft.this.dispose();
|
||||
// ghandi why is draft controller in a view
|
||||
Singletons.getView().getHomeView().getDraftController().updateHumanDecks();
|
||||
}
|
||||
} // windowClosing()
|
||||
@@ -350,7 +349,6 @@ public class DeckEditorDraft extends DeckEditorBase {
|
||||
// close and open next screen
|
||||
this.dispose();
|
||||
|
||||
// ghandi here is is again
|
||||
Singletons.getView().getHomeView().getDraftController().updateHumanDecks();
|
||||
|
||||
} /* saveDraft() */
|
||||
|
||||
@@ -274,7 +274,6 @@ public class ViewTabber extends JPanel {
|
||||
@Override
|
||||
public void mouseEntered(final MouseEvent e) {
|
||||
Singletons.getControl().getMatchControl().setCard(spell.getSpellAbility().getSourceCard());
|
||||
// ghandi does this work?
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user