Old Module Configs Leftover In Projucer

Not sure I would consider this that much of a bug, but I’m converting over a project and removing some custom modules that it used to use.

When I remove these modules any config options in the project that didn’t have default values stick around in the <JUCEOPTIONS> inside my .jucer file.

Seems to be with the library modules too, as I removed juce_audio_formats and still had a JUCE_USE_WINDOWS_MEDIA_FORMAT="0" inside my project file

Would it be possible to have the Projucer explicitly remove config options when the module is being removed, or is there some reason for keeping them around?