xbrowse - delcol method

Post Reply
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

xbrowse - delcol method

Post by nageswaragunupudi »

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
Regards

G. N. Rao.
Hyderabad, India
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Modified, thanks! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply