- Joined
- Dec 21, 2006
- Messages
- 490
hey there
i am trying to remove not used variables (depending on the mode).
using:
int variable = 0;
.
.
.
gv_variable = null;
now galaxy says implicit cast not allowed. so null is not of type variable.
since i have no pointer pointing on this variable i cannot destroy it at all?
i am trying to remove not used variables (depending on the mode).
using:
int variable = 0;
.
.
.
gv_variable = null;
now galaxy says implicit cast not allowed. so null is not of type variable.
since i have no pointer pointing on this variable i cannot destroy it at all?