diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-08-10 09:01:54 +0300 |
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-08-10 09:01:54 +0300 |
| commit | 34d8200d0f0dde1b8205c802edbb08cc1ff503b2 (patch) | |
| tree | 64cc14f3bd070b4f976b3ff280aefb731f01d66a /indra/llui/llui.h | |
| parent | c2660070ce5a81270d72feeea8939e9c0368360e (diff) | |
DRTVWR-493 LLRender2D init cleanup
Diffstat (limited to 'indra/llui/llui.h')
| -rw-r--r-- | indra/llui/llui.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/llui/llui.h b/indra/llui/llui.h index c6ee11a96e..ad32b093aa 100644 --- a/indra/llui/llui.h +++ b/indra/llui/llui.h @@ -240,9 +240,7 @@ public: static void initClass(const settings_map_t& settings, LLImageProviderInterface* image_provider, LLUIAudioCallback audio_callback = NULL, - LLUIAudioCallback deferred_audio_callback = NULL, - const LLVector2 *scale_factor = NULL, - const std::string& language = LLStringUtil::null); + LLUIAudioCallback deferred_audio_callback = NULL); static void setPopupFuncs(const add_popup_t& add_popup, const remove_popup_t&, const clear_popups_t& ); |
