xbrowse - delcol method
Posted: Sun Dec 30, 2007 8:30 pm
It appears the following commented lines are redundant and can be removed from the source code.
Code: Select all
METHOD DelCol( nPos ) CLASS TXBrowse
// local oCol // no purpose
local nFor
// oCol := TXBrwColumn():New( Self ) // no purpose
< ... rest of the code ... >
return nil