summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--macosx/Controller.m7
1 files changed, 1 insertions, 6 deletions
diff --git a/macosx/Controller.m b/macosx/Controller.m
index f5b9d7741..605ffd5d8 100644
--- a/macosx/Controller.m
+++ b/macosx/Controller.m
@@ -2003,12 +2003,7 @@ static NSString * ChooseSourceIdentifier = @"Choose Source It
}
}
- else
- {
- /* VLC was found in /Applications so all is well, we can carry on using vlc's libdvdcss.dylib for decrypting if needed */
- [self writeToActivityLog: "libdvdcss.2.dylib found for decrypting physical dvd"];
- dlclose(dvdcss);
- }
+ dlclose(dvdcss);
}
if (cancelScanDecrypt == 0)