Remove unused jfw::VendorSettings instantiations

Change-Id: I0af90fbb9eb77e5e65b29a79cc3b37af8cfc75e6
diff --git a/jvmfwk/source/framework.cxx b/jvmfwk/source/framework.cxx
index 86d2df7..adca111 100644
--- a/jvmfwk/source/framework.cxx
+++ b/jvmfwk/source/framework.cxx
@@ -286,9 +286,6 @@ javaFrameworkError jfw_startVM(
        }
        assert(pInfo != nullptr);

        //get the function jfw_plugin_startJavaVirtualMachine
        jfw::VendorSettings aVendorSettings;

        // create JavaVMOptions array that is passed to the plugin
        // it contains the classpath and all options set in the
        //options dialog
@@ -945,8 +942,6 @@ javaFrameworkError jfw_addJRELocation(OUString const & sLocation)

javaFrameworkError jfw_existJRE(const JavaInfo *pInfo, bool *exist)
{
    //get the function jfw_plugin_existJRE
    jfw::VendorSettings aVendorSettings;
    javaPluginError plerr = jfw_plugin_existJRE(pInfo, exist);

    javaFrameworkError ret = JFW_E_NONE;