From 27090c541ff30404e30e87c98c5cab9bb1850b9f Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Thu, 20 Sep 2012 05:36:11 +0200 Subject: [PATCH] Remove inconsistent dll linkage (missing LL_COMMON_API) --- indra/newview/statemachine/aistatemachine.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/indra/newview/statemachine/aistatemachine.cpp b/indra/newview/statemachine/aistatemachine.cpp index a6a646ec9..d6b7c620f 100644 --- a/indra/newview/statemachine/aistatemachine.cpp +++ b/indra/newview/statemachine/aistatemachine.cpp @@ -38,8 +38,6 @@ #include "aithreadsafe.h" #include "aistatemachine.h" -extern F64 calc_clock_frequency(void); - extern LLControlGroup gSavedSettings; // Local variables.