There are variables in my indicators I no longer use and want to remove. Before I remove them I comment out the variable, all occurrences, and its properties.
When I compile I get 'no definition' errors in the Ninja gen code. So I end up keeping the old variables.
What is the correct/simplest/most straight-forward way to remove user-defined variables?
Thank you. (using 8061)

Comment