Skip to content

Commit

Permalink
superfluous code removal
Browse files Browse the repository at this point in the history
  • Loading branch information
dazappa committed Jan 1, 2013
1 parent 47ad249 commit 9efa150
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions org/lateralgm/subframes/GameInformationFrame.java
Expand Up @@ -72,7 +72,6 @@
import javax.swing.text.BadLocationException;
import javax.swing.text.SimpleAttributeSet;
import javax.swing.text.StyleConstants;
import javax.swing.text.StyleContext;
import javax.swing.text.StyledDocument;
import javax.swing.text.rtf.RTFEditorKit;

Expand Down Expand Up @@ -108,7 +107,6 @@ public class GameInformationFrame extends ResourceFrame<GameInformation,PGameInf
// because that would cause the selection to conform the text to the caret format
protected boolean fFamilyChange = false;
protected boolean fSizeChange = false;
protected boolean fFGChange = false;

protected boolean documentChanged = false;

Expand Down

0 comments on commit 9efa150

Please sign in to comment.