Initial alteration of namebox for clicky stuffs

Should allow left clicking of certain name textboxes to bring up profiles
Removes old dead variables
Cleans up includes
This commit is contained in:
Liru Færs
2019-10-07 23:38:34 -04:00
parent d21e5db701
commit 33ef6cc3f7
3 changed files with 26 additions and 47 deletions

View File

@@ -139,6 +139,7 @@ private:
LLFontGL::VAlign mVAlign;
std::vector<S32> mLineLengthList;
protected:
callback_t mClickedCallback;
};