[vlc-commits] npunix: Remove write only variable
Hugo Beauzée-Luyssen
git at videolan.org
Tue Apr 21 10:15:47 CEST 2015
npapi-vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Mar 20 18:23:00 2015 +0100| [0f539c52a3c013bdd39e2be49d0b0c9223ac6239] | committer: Hugo Beauzée-Luyssen
npunix: Remove write only variable
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=0f539c52a3c013bdd39e2be49d0b0c9223ac6239
---
npapi/npcontrol/npunix.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/npapi/npcontrol/npunix.cpp b/npapi/npcontrol/npunix.cpp
index 6a9fd07..cf4ab28 100644
--- a/npapi/npcontrol/npunix.cpp
+++ b/npapi/npcontrol/npunix.cpp
@@ -93,7 +93,6 @@ NPN_PluginThreadAsyncCall(NPP plugin,
{
bool workaround = false;
- const int minor = getMinorVersion();
if (gUserAgent && (strstr(gUserAgent, "Opera")))
workaround = true;
More information about the vlc-commits
mailing list