Gustavo

Gustavo

  • NA
  • 1.3k
  • 452.5k

How do I : Remove un-used code

Feb 26 2010 9:52 AM

Hello:
 
I have some un-used code and would like to clean up my application. Example below is the kind of code that I would like to remove.
 
private void tabPage1_Click(object sender, EventArgs e)
{
}
 
If I comment the lines, I can not run the application. How can I remove this from everywhere in the project?
I have a bunch of items like this thruout my project.

Answers (4)