diff options
author | andreykproductengine <akleshchev@productengine.com> | 2015-11-02 20:31:15 +0200 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2015-11-02 20:31:15 +0200 |
commit | d048afe845fa1e8bf3502de81fcfb16f083edca8 (patch) | |
tree | 50d1761d2aafc5cab0a831e1a725ef217b1d21d4 /indra/newview/llfeaturemanager.cpp | |
parent | 29391cbab3f5fd78a5a94aa6514bb1c2ebdbe0ed (diff) |
MAINT-5743 Fixed Remove gpu_table and references to it from viewer packaging
Diffstat (limited to 'indra/newview/llfeaturemanager.cpp')
-rwxr-xr-x | indra/newview/llfeaturemanager.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfeaturemanager.cpp b/indra/newview/llfeaturemanager.cpp index ea39f812fd..b1e3f2bb14 100755 --- a/indra/newview/llfeaturemanager.cpp +++ b/indra/newview/llfeaturemanager.cpp @@ -60,8 +60,6 @@ #include "lldxhardware.h" #endif -#define LL_EXPORT_GPU_TABLE 0 - #if LL_DARWIN const char FEATURE_TABLE_FILENAME[] = "featuretable_mac.txt"; const char FEATURE_TABLE_VER_FILENAME[] = "featuretable_mac.%s.txt"; |