diff options
author | Richard Nelson <richard@lindenlab.com> | 2009-09-24 01:41:21 +0000 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2009-09-24 01:41:21 +0000 |
commit | f5b66f353e0a958a1fa4b17a40d4014ba4f046c9 (patch) | |
tree | 7118403080e829e4edecae1dccccefa31e08ef9e /indra/llui/lluictrl.h | |
parent | 4e22fa7578b74fd0eb252687ffab4cc22b893da7 (diff) |
EXT-1008 - Unable to use the Tab key to select anything past Name Tags On
removed bad LLUICtrl::onFocusLost and LLUICtrl::onFocusReceived overrides
to be reviewed
Diffstat (limited to 'indra/llui/lluictrl.h')
-rw-r--r-- | indra/llui/lluictrl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llui/lluictrl.h b/indra/llui/lluictrl.h index 4030230684..3add9393ea 100644 --- a/indra/llui/lluictrl.h +++ b/indra/llui/lluictrl.h @@ -153,9 +153,6 @@ protected: public: // LLView interface /*virtual*/ BOOL setLabelArg( const std::string& key, const LLStringExplicit& text ); - /*virtual*/ void onFocusReceived(); - /*virtual*/ void onFocusLost(); - /*virtual*/ void onTopLost(); /*virtual*/ BOOL isCtrl() const; /*virtual*/ void setTentative(BOOL b); /*virtual*/ BOOL getTentative() const; |