From 63fccba7745ca8d88b19771ddbba574a30ad440f Mon Sep 17 00:00:00 2001 From: Ansariel Date: Tue, 20 Aug 2024 10:37:17 +0200 Subject: [PATCH] Remove BOOL hack leftovers --- indra/newview/pipeline.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 13b8ba19b2..83f564c6e3 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -103,13 +103,7 @@ #include "llmutelist.h" #include "lltoolpie.h" #include "llnotifications.h" -// hacky BOOL workaround -#ifndef BOOL -#define BOOL bool -#endif -// #include "llpathinglib.h" -#undef BOOL // hacky BOOL workaround #include "llfloaterpathfindingconsole.h" #include "llfloaterpathfindingcharacters.h" #include "llfloatertools.h"