diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-05-11 16:09:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 16:09:02 +0200 |
commit | b8438a21223b931683883b7d50d173fb45729ccb (patch) | |
tree | a189f49f22118041d4e69cce1bb57946b3ccb44a /core/math/r128.cpp | |
parent | 32133a11b56761df99579ad96ee29a47d2aed6b4 (diff) | |
parent | 83b630b8c27fc3307eba36fa2b6193690bd18e4c (diff) |
Merge pull request #38663 from akien-mga/thirdparty-new-lightmapper
thirdparty: Cleanup after #38386, document provenance and copyright
Diffstat (limited to 'core/math/r128.cpp')
-rw-r--r-- | core/math/r128.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/math/r128.cpp b/core/math/r128.cpp deleted file mode 100644 index fb1e4733ee..0000000000 --- a/core/math/r128.cpp +++ /dev/null @@ -1,2 +0,0 @@ -#define R128_IMPLEMENTATION -#include "thirdparty/r128/r128.h" |