From 3a8d53929f23a8a4e1705c93ddb74b0ce5e56c33 Mon Sep 17 00:00:00 2001 From: Tank_Master Date: Mon, 12 Sep 2011 23:16:19 -0700 Subject: [PATCH] Stop trying to fetch GPU and feature tables from LL. --- indra/newview/llfeaturemanager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/llfeaturemanager.cpp b/indra/newview/llfeaturemanager.cpp index db9a0424c0..db95ee6445 100644 --- a/indra/newview/llfeaturemanager.cpp +++ b/indra/newview/llfeaturemanager.cpp @@ -557,8 +557,8 @@ void fetch_gpu_table(std::string table) // fetch table(s) from a website (S3) void LLFeatureManager::fetchHTTPTables() { - fetch_feature_table(FEATURE_TABLE_VER_FILENAME); - fetch_gpu_table(GPU_TABLE_VER_FILENAME); + //fetch_feature_table(FEATURE_TABLE_VER_FILENAME); + //fetch_gpu_table(GPU_TABLE_VER_FILENAME); }