I inadvertently duplicated a whole bunch of pretty complex functions in one of my custom libraries, and then unknowingly proceeded to change individual functions. The app is now running fine, so I'd like to disable those not being used. So if, for example, I know the first are being used, I can disable all of the second ones. Thanks.