Simplify config removal since it's always the active config removed.
[enjoyable.git] / TargetController.m
index 7a4fd05..2ecb060 100644 (file)
 }
 
 - (void)refreshConfigs {
-    // TODO: This doesn't work when removing configs.
     NSInteger initialIndex = configPopup.indexOfSelectedItem;
     [configPopup.menu removeAllItems];
     for (Config *config in configsController.configs) {