diff options
author | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-03-05 15:10:12 +0100 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-03-05 16:42:09 +0200 |
commit | 043a92997f187826ad26ff269613c8f0ed11379f (patch) | |
tree | f2da8a75aacb42cbb27abab306ff769a9446aedd /indra/newview/llvectorperfoptions.cpp | |
parent | 62922699eb2cd7fb7589592ebc437d6b2249c15e (diff) |
Remove more orphaned files
Diffstat (limited to 'indra/newview/llvectorperfoptions.cpp')
-rw-r--r-- | indra/newview/llvectorperfoptions.cpp | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/indra/newview/llvectorperfoptions.cpp b/indra/newview/llvectorperfoptions.cpp deleted file mode 100644 index b80058d98c..0000000000 --- a/indra/newview/llvectorperfoptions.cpp +++ /dev/null @@ -1,29 +0,0 @@ -/** - * @file llvectorperfoptions.h - * @brief SSE/SSE2 vector math performance options. - * - * $LicenseInfo:firstyear=2007&license=viewerlgpl$ - * Second Life Viewer Source Code - * Copyright (C) 2010, Linden Research, Inc. - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; - * version 2.1 of the License only. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - * Linden Research, Inc., 945 Battery Street, San Francisco, CA 94111 USA - * $/LicenseInfo$ - */ - -#include "llviewerprecompiledheaders.h" - -// Deprecated - moved into llviewerjointmesh |