summaryrefslogtreecommitdiffstats
path: root/macosx/PictureController.mm
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PictureController.mm')
-rw-r--r--macosx/PictureController.mm14
1 files changed, 1 insertions, 13 deletions
diff --git a/macosx/PictureController.mm b/macosx/PictureController.mm
index a1441acf7..865f1c202 100644
--- a/macosx/PictureController.mm
+++ b/macosx/PictureController.mm
@@ -138,19 +138,7 @@ static int GetAlignedSize( int size )
[fCropMatrix selectCellAtRow: 0 column:0];
}
- /* set the detelecine state according to the state in main window */
- /* if framerate is 23.976 we do not allow detelecine, otherwise, enable and set according to fDetelecineMainWindow outlet */
- if (fTitle->rate_base == 1126125)
- {
- [fDetelecineCheck setEnabled: NO];
- [fDetelecineCheck setState: NSOffState];
-
- }
- else
- {
- [fDetelecineCheck setEnabled: YES];
- [fDetelecineCheck setState: fPictureFilterSettings.detelecine];
- }
+
/* we use a popup to show the denoise settings */
[fDenoisePopUp removeAllItems];