Woops, forgot to stage this file!

This commit is contained in:
Liru Færs
2019-10-09 17:57:10 -04:00
parent 6cd07b23f1
commit c18bdddb60

View File

@@ -205,7 +205,6 @@
#include "llvoiceclient.h"
#include "llnamelistctrl.h"
#include "llnameui.h"
#include "llnameeditor.h"
#include "llwlparammanager.h"
#include "llwaterparammanager.h"
#include "llagentlanguage.h"
@@ -321,7 +320,6 @@ void transition_back_to_login_panel(const std::string& emsg);
void callback_cache_name(const LLUUID& id, const std::string& full_name, bool is_group)
{
LLNameUI::refreshAll(id, full_name, is_group);
LLNameEditor::refreshAll(id, full_name, is_group);
// TODO: Actually be intelligent about the refresh.
// For now, just brute force refresh the dialogs.