X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f92cd25f1b250c5be3b8530ba4acf89a6e77fac..e4315700228573d42a9afb1498fec4ee7b95ccb0:/src/common/dbgrid.cpp?ds=sidebyside diff --git a/src/common/dbgrid.cpp b/src/common/dbgrid.cpp index 4eb92f85eb..48ada3a814 100644 --- a/src/common/dbgrid.cpp +++ b/src/common/dbgrid.cpp @@ -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)