Move menu stuff out of lltoolmgr and into llviewermenu.cpp
This commit is contained in:
@@ -35,11 +35,8 @@
|
||||
|
||||
#include "llkeyboard.h"
|
||||
|
||||
#include "llmemberlistener.h"
|
||||
|
||||
class LLTool;
|
||||
class LLToolset;
|
||||
class LLView;
|
||||
|
||||
// Key bindings for common operations
|
||||
const MASK MASK_VERTICAL = MASK_CONTROL;
|
||||
@@ -55,8 +52,6 @@ public:
|
||||
LLToolMgr();
|
||||
~LLToolMgr();
|
||||
|
||||
void initMenu(std::vector<LLPointer<LLMemberListener<LLView> > >& menu_list);
|
||||
|
||||
// Must be called after gSavedSettings set up.
|
||||
void initTools();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user