remove m_bIsTransparent

This commit is contained in:
Glenn Maynard
2005-07-19 21:01:50 +00:00
parent 61bf554727
commit 019000a40e
5 changed files with 0 additions and 9 deletions
-2
View File
@@ -86,8 +86,6 @@ ScreenTextEntry::ScreenTextEntry(
bool bPassword ) :
ScreenWithMenuElements( sClassName )
{
m_bIsTransparent = true; // draw screens below us
m_sQuestion = sQuestion;
m_sAnswer = CStringToWstring( sInitialAnswer );
m_iMaxInputLength = iMaxInputLength;