diff options
| author | Richard Linden <none@none> | 2010-04-01 15:48:56 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2010-04-01 15:48:56 -0700 |
| commit | dcc5e0a4faaf7d877a736ade4a334d1936e71bef (patch) | |
| tree | 47127fda3e0a4509486261965f3fdcd116e97376 /indra/newview/llfolderview.cpp | |
| parent | 39ef9e9dd6cbeb26b7e223888a17380a272370bb (diff) | |
EXT-3531 - Ctrl-p doesn't work reliably on login
moved gEditMenuHandler handling to LLEditMenuHandler destructor
Diffstat (limited to 'indra/newview/llfolderview.cpp')
| -rw-r--r-- | indra/newview/llfolderview.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llfolderview.cpp b/indra/newview/llfolderview.cpp index 43743ec37a..83eb9579b2 100644 --- a/indra/newview/llfolderview.cpp +++ b/indra/newview/llfolderview.cpp @@ -276,11 +276,6 @@ LLFolderView::~LLFolderView( void ) mRenamer = NULL; mStatusTextBox = NULL; - if( gEditMenuHandler == this ) - { - gEditMenuHandler = NULL; - } - mAutoOpenItems.removeAllNodes(); gIdleCallbacks.deleteFunction(idle, this); |
