diff options
author | Merov Linden <merov@lindenlab.com> | 2013-02-06 18:11:52 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-02-06 18:11:52 -0800 |
commit | 7ed270ff9dfdbc905dbee70907d3057a5ae490e7 (patch) | |
tree | bfad6888adf7d96eadbed5d94106be5cd31df97c /indra/llui/llfolderview.h | |
parent | 418b0334f2ee92ce8b8958218c8d6db5ccc855f2 (diff) |
CHUI-735 : Fixed! Move the delete key handling from the llfolderview to the llinventorypanel level.
Diffstat (limited to 'indra/llui/llfolderview.h')
-rw-r--r-- | indra/llui/llfolderview.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llui/llfolderview.h b/indra/llui/llfolderview.h index 05b2abb9d3..11fccdace4 100644 --- a/indra/llui/llfolderview.h +++ b/indra/llui/llfolderview.h @@ -180,9 +180,6 @@ public: virtual BOOL canPaste() const; virtual void paste(); - virtual BOOL canDoDelete() const; - virtual void doDelete(); - LLFolderViewItem* getNextUnselectedItem(); // Public rename functionality - can only start the process |