diff options
| author | Palmer Truelson <palmer@lindenlab.com> | 2010-03-17 14:23:53 -0700 |
|---|---|---|
| committer | Palmer Truelson <palmer@lindenlab.com> | 2010-03-17 14:23:53 -0700 |
| commit | 86229c1b57fbb748d622caf875e879c227fce762 (patch) | |
| tree | 5e45b15b31e577fe78bbef8921c75b91cdf31e79 /indra/llplugin/llpluginprocessparent.h | |
| parent | fd749ea7d5dac43f6efdb2e7eefe9131cf57ec97 (diff) | |
| parent | 1e713c886c2ba688a6145d682a8685e547de54ad (diff) | |
merge
Diffstat (limited to 'indra/llplugin/llpluginprocessparent.h')
| -rw-r--r-- | indra/llplugin/llpluginprocessparent.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/indra/llplugin/llpluginprocessparent.h b/indra/llplugin/llpluginprocessparent.h index 23702814c8..cc6c513615 100644 --- a/indra/llplugin/llpluginprocessparent.h +++ b/indra/llplugin/llpluginprocessparent.h @@ -61,9 +61,7 @@ public: void init(const std::string &launcher_filename, const std::string &plugin_filename, - bool debug, - const std::string &user_data_path, - const std::string &language_code); + bool debug); void idle(void); @@ -148,9 +146,6 @@ private: std::string mPluginFile; - std::string mUserDataPath; - std::string mLanguageCode; - LLPluginProcessParentOwner *mOwner; typedef std::map<std::string, LLPluginSharedMemory*> sharedMemoryRegionsType; |
