Remove accidentally checked-in debuggin code.

This commit is contained in:
Jeff Young 2020-12-08 18:34:34 +00:00
parent f29f052aa7
commit ef39711e3e
2 changed files with 0 additions and 15 deletions

View File

@ -154,18 +154,6 @@ LIB_TREE::~LIB_TREE()
}
void LIB_TREE::onFocus( wxFocusEvent& aEvent )
{
m_label = "OnFOCUS";
}
void LIB_TREE::onKillFocus( wxFocusEvent& aEvent )
{
m_label = "OnKILLFOCUS";
}
LIB_ID LIB_TREE::GetSelectedLibId( int* aUnit ) const
{
auto sel = m_tree_ctrl->GetSelection();

View File

@ -155,9 +155,6 @@ protected:
*/
void setState( const STATE& aState );
void onFocus( wxFocusEvent& aEvent );
void onKillFocus( wxFocusEvent& aEvent );
void onQueryText( wxCommandEvent& aEvent );
void onQueryEnter( wxCommandEvent& aEvent );
void onQueryCharHook( wxKeyEvent& aEvent );