From f5b66f353e0a958a1fa4b17a40d4014ba4f046c9 Mon Sep 17 00:00:00 2001 From: Richard Nelson Date: Thu, 24 Sep 2009 01:41:21 +0000 Subject: 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 --- indra/llui/lluictrl.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'indra/llui/lluictrl.h') 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; -- cgit v1.2.3