Stop trying to fetch GPU and feature tables from LL.

master
Tank_Master 2011-09-12 23:16:19 -07:00
parent af78d8b1f6
commit 3a8d53929f
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}