GenieClient / genie3

This Organization of Genie Client is a Community focused development of Conny's Open Source Version of GenieClient
GNU General Public License v3.0
4 stars 2 forks source link

chore: fixes linting warnings #3

Closed scottr1634 closed 2 years ago

scottr1634 commented 2 years ago

Removes some unused code such as:

Removes new declaration where it is not necessary.

Also comments out some unused variables.

Lastly, suppresses some unused variable warnings, either because they are "Required by the Windows Form Designer" or they are errors in catch blocks that we may want to surface in the future.

KllrWhle79 commented 2 years ago

I would advocate for just removing unused code instead of commenting it out. We can always roll back here if we need to get it back.