diff options
author | Oz Linden <oz@lindenlab.com> | 2014-12-01 16:58:07 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-12-01 16:58:07 -0500 |
commit | cd4babf94b8d29efcf1a03a13bde0d44138dde7b (patch) | |
tree | 58dd81f40ab6acce9e7367c2a761d85a513c4cb6 /indra/newview/llfeaturemanager.h | |
parent | 0013a503530f329674551d3a21514d52bcab0139 (diff) |
remove unused gpu table code, improve logging for gpu benchmarks
Diffstat (limited to 'indra/newview/llfeaturemanager.h')
-rwxr-xr-x | indra/newview/llfeaturemanager.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llfeaturemanager.h b/indra/newview/llfeaturemanager.h index 95141b241d..69078ccc21 100755 --- a/indra/newview/llfeaturemanager.h +++ b/indra/newview/llfeaturemanager.h @@ -162,9 +162,6 @@ protected: bool parseFeatureTable(std::string filename); ///< @returns TRUE is file parsed correctly, FALSE if not - bool parseGPUTable(std::string filename); - ///< @returns true if file parsed correctly, false if not - does not reflect whether or not the gpu was recognized - void initBaseMask(); |