Removed unused event hander.

This commit is contained in:
StevenLawson 2014-08-26 16:48:40 -04:00
parent 02c667346b
commit 334eafd7a0
2 changed files with 0 additions and 15 deletions

View file

@ -362,9 +362,6 @@
<Properties>
<Property name="text" type="java.lang.String" value="Ignore warnings and errors"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="chkIgnoreErrorsActionPerformed"/>
</Events>
</Component>
</SubComponents>
</Container>

View file

@ -699,13 +699,6 @@ public class BTC_MainPanel extends javax.swing.JFrame
});
chkIgnoreErrors.setText("Ignore warnings and errors");
chkIgnoreErrors.addActionListener(new java.awt.event.ActionListener()
{
public void actionPerformed(java.awt.event.ActionEvent evt)
{
chkIgnoreErrorsActionPerformed(evt);
}
});
javax.swing.GroupLayout jPanel1Layout = new javax.swing.GroupLayout(jPanel1);
jPanel1.setLayout(jPanel1Layout);
@ -830,11 +823,6 @@ public class BTC_MainPanel extends javax.swing.JFrame
chkIgnoreServerCommands.setEnabled(enable);
}//GEN-LAST:event_chkShowChatOnlyActionPerformed
private void chkIgnoreErrorsActionPerformed(java.awt.event.ActionEvent evt)//GEN-FIRST:event_chkIgnoreErrorsActionPerformed
{//GEN-HEADEREND:event_chkIgnoreErrorsActionPerformed
// TODO add your handling code here:
}//GEN-LAST:event_chkIgnoreErrorsActionPerformed
// Variables declaration - do not modify//GEN-BEGIN:variables
private javax.swing.JButton btnConnect;
private javax.swing.JButton btnDisconnect;