Double click on the error and it will take you to what is causing it (if it can)... Pretty sure that just means there is some code calling for a feature you deleted, so you just need to remove the call. Do it for all those errors btw.
You can see what file the error is in on the right. So just go there and find the error and delete it. (Double clicking the error will work too)
It is because the code in said section is referencing a feature you removed.
You deleted some things that the remaining features you have need (or a referencing)... I cannot really help you without being able to go through the code.
Originally Posted by ClauBurrito
simple and easy.
Mind telling me where that is or nah?
Originally Posted by LottyDewt
Mind telling me where that is or nah?
lol.
don't delete. just put " /* " and finish with " */ "
Where is that tho
*bump*//2short
Omfg i didnt code one thing im my life believe or not and im able to copypaste and remove/change the signature off ayyware, so how is this even possible *-*
Use google.
You probably have function declarations without definitions or something.