From f2867c71dba95b21771dc1f6edacaed6755ab6da Mon Sep 17 00:00:00 2001 From: Brad Kittenbrink Date: Thu, 29 Sep 2022 13:58:05 -0700 Subject: Better fix for DRTVWR-559 mac build breakage --- indra/llmath/v3math.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'indra/llmath/v3math.h') diff --git a/indra/llmath/v3math.h b/indra/llmath/v3math.h index 48c5c21863..068f489020 100644 --- a/indra/llmath/v3math.h +++ b/indra/llmath/v3math.h @@ -609,9 +609,4 @@ inline std::ostream& operator<<(std::ostream& s, const LLVector3 &a) return s; } -template -inline const LLVector3 linearColor3v(const T& a) { - return LLVector3(linearColor3(a.mV).mV); -} - #endif -- cgit v1.2.3