[vlc-commits] vlcshell: remove WINDOWLESS remnant
Felix Paul Kühne
git at videolan.org
Tue Jan 1 18:27:14 CET 2013
npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Jan 1 18:26:45 2013 +0100| [24d03c324a48795e6431ab3435135bcd0ce156c2] | committer: Felix Paul Kühne
vlcshell: remove WINDOWLESS remnant
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=24d03c324a48795e6431ab3435135bcd0ce156c2
---
npapi/vlcshell.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/npapi/vlcshell.cpp b/npapi/vlcshell.cpp
index dc73a44..bee5704 100644
--- a/npapi/vlcshell.cpp
+++ b/npapi/vlcshell.cpp
@@ -243,7 +243,6 @@ NPError NPP_New( NPMIMEType, NPP instance,
}
}
-#ifdef WINDOWLESS
if( windowless )
{
printf( "Using Windowless mode\n" );
@@ -264,7 +263,6 @@ NPError NPP_New( NPMIMEType, NPP instance,
p_plugin = new VlcWindowless( instance, mode );
}
else
-#endif
{
p_plugin = new VlcPlugin( instance, mode );
}
More information about the vlc-commits
mailing list