From b3c39a47e76f595fd953d9ccffc58b0dfb8359db Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Thu, 10 Sep 2009 02:38:36 -0500 Subject: Updated Grid Manager from Meerkat's SVN (as of r215). --- linden/indra/newview/controllerpasswords.h | 37 ------------------------------ 1 file changed, 37 deletions(-) delete mode 100644 linden/indra/newview/controllerpasswords.h (limited to 'linden/indra/newview/controllerpasswords.h') diff --git a/linden/indra/newview/controllerpasswords.h b/linden/indra/newview/controllerpasswords.h deleted file mode 100644 index e656659..0000000 --- a/linden/indra/newview/controllerpasswords.h +++ /dev/null @@ -1,37 +0,0 @@ -/* - * controllerpasswords.h - * SecondLife - * - * Created by RMS on 8/5/08. - * - */ - -#include -#include -#include "llscrolllistctrl.h" -#include "llbutton.h" -#include "authentication_model.h" - -#ifndef PL_controllerpasswords_H -#define PL_controllerpasswords_H -class PasswordsPrefPanel; - -class PasswordsController -{ -public: - PasswordsController(PasswordsPrefPanel *panel); - virtual ~PasswordsController(); - virtual void update(); -protected: - LLScrollListCtrl *accounts_list; - LLButton *remove_btn; -private: - AuthenticationModel::connection_t mModelConnection; - - PasswordsPrefPanel *mPanel; - AuthenticationModel *mModel; - - std::list mAccountData; -}; - -#endif // PL_controllerpasswords_H -- cgit v1.1