From c7cc6ea101400094ddc9c2ee42bef58dfbf878fa Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Thu, 10 Sep 2009 15:30:30 +0000 Subject: [PATCH] comment out problematic code, taking a break for now --- pcbnew/dialog_design_rules.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pcbnew/dialog_design_rules.cpp b/pcbnew/dialog_design_rules.cpp index 5bbc0ae51a..187b707f57 100644 --- a/pcbnew/dialog_design_rules.cpp +++ b/pcbnew/dialog_design_rules.cpp @@ -175,16 +175,17 @@ void DIALOG_DESIGN_RULES::setRowItem( wxListCtrl* aListCtrl, int aRow, NETCUP* a /** * Function FillListBoxWithNetNames - * populates aListCtrl with net names members of the aNetclassIndex net class - * the "Client Data pointer" is used to store the index of nets in the net lists + * populates aListCtrl with net names and class names from m_AllNets in a two column display. */ void DIALOG_DESIGN_RULES::FillListBoxWithNetNames( wxListCtrl* aListCtrl, const wxString& aNetClass ) { aListCtrl->ClearAll(); -#if 1 +#if 0 // out of time for troubleshooting this now. + PNETCUPS ptrList; + // get a subset of m_AllNets in pointer form, sorted as desired. makePointers( &ptrList, aNetClass ); #if defined(DEBUG)