diff options
author | sr55 <[email protected]> | 2013-07-01 18:40:17 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-07-01 18:40:17 +0000 |
commit | 1025c9ea8d9aa9080d9c575782803f843eec53b7 (patch) | |
tree | 3b774321e1517c6056cedec7326f11ea318fbe41 /macosx/Controller.m | |
parent | 09b51ce9d7ffb43e0712842a5cf5b9566b8de964 (diff) |
MacGui: Fix a silly Logic bug in logging code.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5630 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.m')
-rw-r--r-- | macosx/Controller.m | 7 |
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) |