deleting is not a good idea. you should comment out the lines or section, as deleting will throw out your line numbers with other advice, it is always best to comment it out and leave a note on one of the lines so you know why its commented out.
it is also wise to list in a file on your pc, what functions you have changed and their file and line number, so you can see at a glance what might be affected with upgrades in the future.
Yes, good advice. Symantics, I suppose in that I chose the wrong word. It should have been rem or comment out the unwanted lines - not delete. Honestly I wasn't thinking so much about the line numbers, more that its easy to return to original if you want/need to :).
it is also wise to list in a file on your pc, what functions you have changed and their file and line number, so you can see at a glance what might be affected with upgrades in the future.