How can we import easyC library created from old competition project

We have a competition project from last year’s Elevation game that we’d like to use certain functions again in this year’s code. We can save the old competition project as a library, but when we try to import the library into this year’s code, we get an error because the operator and autonomous functions already exist. But we can’t remove the operator and autonomous functions in the old project because it was built from the competition template, so those functions don’t offer the Delete option. Is there some way to easily get the bulk of the code out of the old competition project and bring it into the new VEXnet project?
Thanks,
Gary

Open the old easyC project in the latest version of easyC that supports VEXnet. This will keep the durations for auto (20) and operator control (254). Choose Select Competition Type from the Options menu. Select the VEXnet option and save your project as a new name. This will change the durations automatically to auto (0) and operator control (0), which is required for VEXnet.

You can also select both the auto and operator control functions manually from the Main function and change both durations to 0. Hope this helps!