diff options
| author | Richard Nelson <none@none> | 2010-08-13 13:31:17 -0700 |
|---|---|---|
| committer | Richard Nelson <none@none> | 2010-08-13 13:31:17 -0700 |
| commit | 014a4f3dc9dbe2eef7e463267d264d981e173835 (patch) | |
| tree | 362fca63a4dc32e651281696189c9f8f432f0176 /indra/newview/llviewerwindow.h | |
| parent | 4ef75f35c195a4e2657a0e01d6b92cd40e6779f5 (diff) | |
fixed progress view z ordering hacks
DEV-52665 FIX Inventory and Chat hints shown during login before viewer fully loads on load up screen
Diffstat (limited to 'indra/newview/llviewerwindow.h')
| -rw-r--r-- | indra/newview/llviewerwindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewerwindow.h b/indra/newview/llviewerwindow.h index cd1ee8a5fd..02f63661ee 100644 --- a/indra/newview/llviewerwindow.h +++ b/indra/newview/llviewerwindow.h @@ -277,7 +277,6 @@ public: void setShowProgress(const BOOL show); BOOL getShowProgress() const; - void moveProgressViewToFront(); void setProgressString(const std::string& string); void setProgressPercent(const F32 percent); void setProgressMessage(const std::string& msg); |
