]> git.sesse.net Git - vlc/blobdiff - projects/mozilla/control/nporuntime.cpp
mozilla: rework events
[vlc] / projects / mozilla / control / nporuntime.cpp
index cced74aa75f015cc3adb47644dadac5b9a73e9d2..f60e1ae07ccaa99397aa3371350d7ec9b96a05ac 100644 (file)
 #include <string.h>
 #include <stdlib.h>
 
-/* Mozilla stuff */
-#ifdef HAVE_MOZILLA_CONFIG_H
-#   include <mozilla-config.h>
-#endif
-
 #include "nporuntime.h"
 #include "vlcplugin.h"
 
@@ -130,4 +125,3 @@ RuntimeNPObject::invokeResultString(const char *psz, NPVariant &result)
     }
     return INVOKERESULT_NO_ERROR;
 }
-