diff options
Diffstat (limited to 'macosx/Controller.mm')
-rw-r--r-- | macosx/Controller.mm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm index 279678ca5..8ef13d725 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -2786,6 +2786,7 @@ the user is using "Custom" settings by determining the sender*/ /* get the index of the selected audio */ int thisAudioIndex = [sender indexOfSelectedItem] - 1; +#if 0 /* Handbrake can't currently cope with ripping the same source track twice */ /* So, if this audio is also selected in the other audio track popup, set that popup's selection to "none" */ /* get a reference to the two audio track popups */ @@ -2797,6 +2798,7 @@ the user is using "Custom" settings by determining the sender*/ [otherAudioPopUp selectItemAtIndex: 0]; [self audioTrackPopUpChanged: otherAudioPopUp]; } +#endif /* pointer for the hb_audio_s struct we will use later on */ hb_audio_t * audio; |