diff options
author | Rye Cogtail <rye@lindenlab.com> | 2024-10-22 17:24:09 -0400 |
---|---|---|
committer | Rye Cogtail <rye@lindenlab.com> | 2024-10-31 01:52:24 -0400 |
commit | 90611c1d2ae7f86933bb6092ec6925302a1eb64c (patch) | |
tree | 3934ba8a8bb446d7f8c336fd30f55bad1325b8bd /indra/newview/llappviewer.cpp | |
parent | d425c0a28ec05fe655d91e34e5ea0ca9f2c26dd7 (diff) |
Remove dead GTK code
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 46681af808..423fe2469a 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -273,10 +273,6 @@ using namespace LL; // define a self-registering event API object #include "llappviewerlistener.h" -#if LL_LINUX && LL_GTK -#include "glib.h" -#endif // (LL_LINUX) && LL_GTK - static LLAppViewerListener sAppViewerListener(LLAppViewer::instance); ////// Windows-specific includes to the bottom - nasty defines in these pollute the preprocessor |