oops, remove a line used in testing.

This commit is contained in:
pinkerton%netscape.com 2000-09-08 22:28:41 +00:00
Родитель 29143cac0f
Коммит 204b64134e
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -197,7 +197,6 @@ static pascal void FileDialogEventHandlerProc( NavEventCallbackMessage msg, NavC
Boolean
nsFilePicker :: IsTypeInFilterList ( ResType inType )
{
return false;
for ( int i = 0; i < mFilters.Count(); ++i ) {
for ( int j = 0; j < mTypeLists[i]->osTypeCount; ++j ) {
if ( mTypeLists[i]->osType[j] == inType )