comment out problematic code, taking a break for now

This commit is contained in:
dickelbeck 2009-09-10 15:30:30 +00:00
parent 362b6b53f6
commit c7cc6ea101
1 changed files with 4 additions and 3 deletions

View File

@ -175,16 +175,17 @@ void DIALOG_DESIGN_RULES::setRowItem( wxListCtrl* aListCtrl, int aRow, NETCUP* a
/** /**
* Function FillListBoxWithNetNames * Function FillListBoxWithNetNames
* populates aListCtrl with net names members of the aNetclassIndex net class * populates aListCtrl with net names and class names from m_AllNets in a two column display.
* the "Client Data pointer" is used to store the index of nets in the net lists
*/ */
void DIALOG_DESIGN_RULES::FillListBoxWithNetNames( wxListCtrl* aListCtrl, const wxString& aNetClass ) void DIALOG_DESIGN_RULES::FillListBoxWithNetNames( wxListCtrl* aListCtrl, const wxString& aNetClass )
{ {
aListCtrl->ClearAll(); aListCtrl->ClearAll();
#if 1 #if 0 // out of time for troubleshooting this now.
PNETCUPS ptrList; PNETCUPS ptrList;
// get a subset of m_AllNets in pointer form, sorted as desired.
makePointers( &ptrList, aNetClass ); makePointers( &ptrList, aNetClass );
#if defined(DEBUG) #if defined(DEBUG)