This commit is contained in:
Glenn Maynard
2005-07-18 02:31:51 +00:00
parent 5ee52b0db5
commit 5161a06e08
2 changed files with 1 additions and 22 deletions
-3
View File
@@ -47,7 +47,6 @@ public:
ScreenTextEntry(
CString sName,
ScreenMessage smSendOnPop,
CString sQuestion,
CString sInitialAnswer,
int iMaxInputLength,
@@ -59,7 +58,6 @@ public:
virtual void Init();
virtual void Input( const DeviceInput& DeviceI, const InputEventType type, const GameInput &GameI, const MenuInput &MenuI, const StyleInput &StyleI );
virtual void HandleScreenMessage( const ScreenMessage SM );
static CString s_sLastAnswer;
static bool s_bCancelledLast;
@@ -83,7 +81,6 @@ protected:
void UpdateKeyboardText();
void UpdateAnswerText();
ScreenMessage m_smSendOnPop;
CString m_sQuestion;
int m_iMaxInputLength;
bool m_bPassword;