]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dbgrid.cpp
added conversion routines to CIconHandle, removing pre 8.6 routines
[wxWidgets.git] / src / common / dbgrid.cpp
index 4eb92f85eb892c142c12ab03271f26e79772bced..48ada3a8140cd9f5d8bb1597cadb73c3ae9fa04c 100644 (file)
@@ -261,9 +261,6 @@ bool wxDbGridTableBase::AssignDbTable(wxDbTable *tab, int count, bool takeOwners
 
 wxString wxDbGridTableBase::GetTypeName(int row, int col)
 {
-    if (col == 8)
-        int breakpoint = 1;
-
     if (GetNumberCols() > col)
     {
         if (m_ColInfo[col].wxtypename == wxGRID_VALUE_DBAUTO)