Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
libdvdcss
Commits
37adce9c
Commit
37adce9c
authored
Oct 24, 2014
by
Diego Biurrun
Browse files
device: Eliminate nonsense conditional test
parent
d18988c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/device.c
View file @
37adce9c
...
...
@@ -109,14 +109,7 @@ int dvdcss_use_ioctls( dvdcss_t dvdcss )
}
/* FIXME: implement this for Windows */
if
(
WIN2K
)
{
return
1
;
}
else
{
return
1
;
}
return
1
;
#elif defined( __OS2__ )
ULONG
ulMode
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment