diff options
Diffstat (limited to 'linden/indra/newview/llinventoryview.cpp')
-rw-r--r-- | linden/indra/newview/llinventoryview.cpp | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/linden/indra/newview/llinventoryview.cpp b/linden/indra/newview/llinventoryview.cpp index 1118f54..f7147b6 100644 --- a/linden/indra/newview/llinventoryview.cpp +++ b/linden/indra/newview/llinventoryview.cpp | |||
@@ -386,20 +386,7 @@ void LLInventoryViewFinder::selectAllTypes(void* user_data) | |||
386 | self->childSetValue("check_texture", TRUE); | 386 | self->childSetValue("check_texture", TRUE); |
387 | self->childSetValue("check_snapshot", TRUE); | 387 | self->childSetValue("check_snapshot", TRUE); |
388 | 388 | ||
389 | /* | ||
390 | self->mCheckCallingCard->set(TRUE); | ||
391 | self->mCheckClothing->set(TRUE); | ||
392 | self->mCheckGesture->set(TRUE); | ||
393 | self->mCheckLandmark->set(TRUE); | ||
394 | self->mCheckNotecard->set(TRUE); | ||
395 | self->mCheckObject->set(TRUE); | ||
396 | self->mCheckScript->set(TRUE); | ||
397 | self->mCheckSound->set(TRUE); | ||
398 | self->mCheckTexture->set(TRUE); | ||
399 | self->mCheckSnapshot->set(TRUE);*/ | ||
400 | |||
401 | self->rebuildFilter(); | 389 | self->rebuildFilter(); |
402 | |||
403 | } | 390 | } |
404 | 391 | ||
405 | //static | 392 | //static |
@@ -408,20 +395,6 @@ void LLInventoryViewFinder::selectNoTypes(void* user_data) | |||
408 | LLInventoryViewFinder* self = (LLInventoryViewFinder*)user_data; | 395 | LLInventoryViewFinder* self = (LLInventoryViewFinder*)user_data; |
409 | if(!self) return; | 396 | if(!self) return; |
410 | 397 | ||
411 | /* | ||
412 | self->childSetValue("check_animation", FALSE); | ||
413 | self->mCheckCallingCard->set(FALSE); | ||
414 | self->mCheckClothing->set(FALSE); | ||
415 | self->mCheckGesture->set(FALSE); | ||
416 | self->mCheckLandmark->set(FALSE); | ||
417 | self->mCheckNotecard->set(FALSE); | ||
418 | self->mCheckObject->set(FALSE); | ||
419 | self->mCheckScript->set(FALSE); | ||
420 | self->mCheckSound->set(FALSE); | ||
421 | self->mCheckTexture->set(FALSE); | ||
422 | self->mCheckSnapshot->set(FALSE);*/ | ||
423 | |||
424 | |||
425 | self->childSetValue("check_animation", FALSE); | 398 | self->childSetValue("check_animation", FALSE); |
426 | self->childSetValue("check_bodypart", FALSE); | 399 | self->childSetValue("check_bodypart", FALSE); |
427 | self->childSetValue("check_calling_card", FALSE); | 400 | self->childSetValue("check_calling_card", FALSE); |