Remove accidentally checked-in debuggin code.
This commit is contained in:
parent
f29f052aa7
commit
ef39711e3e
|
@ -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
|
LIB_ID LIB_TREE::GetSelectedLibId( int* aUnit ) const
|
||||||
{
|
{
|
||||||
auto sel = m_tree_ctrl->GetSelection();
|
auto sel = m_tree_ctrl->GetSelection();
|
||||||
|
|
|
@ -155,9 +155,6 @@ protected:
|
||||||
*/
|
*/
|
||||||
void setState( const STATE& aState );
|
void setState( const STATE& aState );
|
||||||
|
|
||||||
void onFocus( wxFocusEvent& aEvent );
|
|
||||||
void onKillFocus( wxFocusEvent& aEvent );
|
|
||||||
|
|
||||||
void onQueryText( wxCommandEvent& aEvent );
|
void onQueryText( wxCommandEvent& aEvent );
|
||||||
void onQueryEnter( wxCommandEvent& aEvent );
|
void onQueryEnter( wxCommandEvent& aEvent );
|
||||||
void onQueryCharHook( wxKeyEvent& aEvent );
|
void onQueryCharHook( wxKeyEvent& aEvent );
|
||||||
|
|
Loading…
Reference in New Issue