summaryrefslogtreecommitdiff
path: root/indra/newview/llluamanager.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-03-28 07:10:10 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-03-28 07:10:10 -0400
commit9fbfd3d0ad1ed2cb721129a59421f06fedd071bf (patch)
treefd6bc8cb072d7d15ffd8f683799451fd341ea67d /indra/newview/llluamanager.cpp
parent10af340aa35b3dcdc0c00a03743d33f33e627ad7 (diff)
Remove llluamanager.cpp "FIXME extremely hacky way" cruft.
Diffstat (limited to 'indra/newview/llluamanager.cpp')
-rw-r--r--indra/newview/llluamanager.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/newview/llluamanager.cpp b/indra/newview/llluamanager.cpp
index c65f062fd7..d1fcf21941 100644
--- a/indra/newview/llluamanager.cpp
+++ b/indra/newview/llluamanager.cpp
@@ -35,16 +35,6 @@
#include "lualistener.h"
#include "stringize.h"
-// skip all these link dependencies for integration testing
-#ifndef LL_TEST
-#include "lluilistener.h"
-#include "llviewercontrol.h"
-
-// FIXME extremely hacky way to get to the UI Listener framework. There's
-// a cleaner way.
-extern LLUIListener sUIListener;
-#endif // ! LL_TEST
-
#include <boost/algorithm/string/replace.hpp>
#include <filesystem>