summaryrefslogtreecommitdiff
path: root/indra/newview/lloutfitgallery.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lloutfitgallery.h')
-rw-r--r--indra/newview/lloutfitgallery.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/indra/newview/lloutfitgallery.h b/indra/newview/lloutfitgallery.h
index ad3f2a7129..385a1e1c7a 100644
--- a/indra/newview/lloutfitgallery.h
+++ b/indra/newview/lloutfitgallery.h
@@ -258,21 +258,6 @@ public:
bool isHidden() {return mHidden;}
void setHidden(bool hidden) {mHidden = hidden;}
-
- struct compareGalleryItem
- {
- bool operator()(LLOutfitGalleryItem* a, LLOutfitGalleryItem* b)
- {
- if((a->mIsDefaultImage() && b->mIsDefaultImage()) || (!a->mIsDefaultImage() && !b->mIsDefaultImage()))
- {
- return a->getItemName().compare(b->getItemName()) < 0;
- }
- else
- {
- return b->mIsDefaultImage();
- }
- }
- };
private:
LLPointer<LLViewerTexture> mTexturep;