From a0e0ad6feaba60e1a2dd15015b6384347521f1ea Mon Sep 17 00:00:00 2001 From: Vladimir Ur Date: Thu, 16 Jun 2011 18:52:06 +0400 Subject: [PATCH] Previous dirty hack was too dirty :) --- cvpcb/autosel.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/cvpcb/autosel.cpp b/cvpcb/autosel.cpp index 5075e321f0..243d34c16e 100644 --- a/cvpcb/autosel.cpp +++ b/cvpcb/autosel.cpp @@ -72,9 +72,6 @@ void CVPCB_MAINFRAME::AssocieModule( wxCommandEvent& event ) for( ii = 0; ii < m_AliasLibNames.GetCount(); ii++ ) { fn = m_AliasLibNames[ii]; - //msg.Printf( _( "Library: %s." ), - // GetChars( fn.GetFullName() ) ); - //wxMessageBox( msg, titleLibLoadError, wxOK | wxICON_ERROR ); if( !fn.HasExt() ) { fn.SetExt( FootprintAliasFileExtension ); // above fails if filename have more than one point