diff options
| author | richard <none@none> | 2010-01-15 11:24:33 -0800 |
|---|---|---|
| committer | richard <none@none> | 2010-01-15 11:24:33 -0800 |
| commit | 1d1f51db971271c42d68fa12032d6f85a7e35bd8 (patch) | |
| tree | 0f2aaa0f64a7b53fc89c1de76b59d996d0a1ecc0 /indra/newview/llagent.cpp | |
| parent | 61e243ad060064e6b6899478e5247ecd7871f8a5 (diff) | |
| parent | 109b79e9ad67b5fa8967442a47ef15e456eb5bff (diff) | |
merge
Diffstat (limited to 'indra/newview/llagent.cpp')
| -rw-r--r-- | indra/newview/llagent.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 5ea253709c..297bcfd1df 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -43,7 +43,7 @@ #include "llcallingcard.h" #include "llchannelmanager.h" #include "llconsole.h" -#include "llfirstuse.h" +//#include "llfirstuse.h" #include "llfloatercamera.h" #include "llfloatercustomize.h" #include "llfloaterreg.h" @@ -5697,10 +5697,10 @@ void LLAgent::processScriptControlChange(LLMessageSystem *msg, void **) } // Any control taken? If so, might be first time. - if (total_count > 0) - { - LLFirstUse::useOverrideKeys(); - } + //if (total_count > 0) + //{ + //LLFirstUse::useOverrideKeys(); + //} } else { |
