Quote Originally Posted by dglienna View Post
PUBLIC variables are variables declared Globally.
I want to know which all public variables are unused.
Also, if the variables are decalred in the class, then if it is not used, the warnings wont come up. If it is in the functions, then the warning will come up.