shithub: libdvdcss

Download patch

ref: 37adce9c0ad13ed954c7f634ffc9197b9dfb167b
parent: d18988c14aad9b88e2aa7b78c1449d9f561f016d
author: Diego Biurrun <diego@biurrun.de>
date: Fri Oct 24 06:03:19 EDT 2014

device: Eliminate nonsense conditional test

--- a/src/device.c
+++ b/src/device.c
@@ -109,14 +109,7 @@
     }
 
     /* FIXME: implement this for Windows */
-    if( WIN2K )
-    {
-        return 1;
-    }
-    else
-    {
-        return 1;
-    }
+    return 1;
 #elif defined( __OS2__ )
     ULONG ulMode;