diff options
author | LC <mathew1800@gmail.com> | 2021-02-07 18:48:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-07 18:48:28 -0500 |
commit | 148fb12bf37e468533e9bc14b3979199b8c71b1c (patch) | |
tree | 1d601fc3091b72a93f57837ea8669218e597b784 | |
parent | 230e71b255e60cdf1fa7d45773448c90d44671b5 (diff) | |
parent | c5f109bc5061bbd84dce61dfdbd196afda24af66 (diff) |
Merge pull request #5889 from ogniK5377/morton-remove
video_core: Delete morton
-rw-r--r-- | src/video_core/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/video_core/morton.cpp | 0 | ||||
-rw-r--r-- | src/video_core/morton.h | 0 |
3 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index bb1f8491f..2cf95937e 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -67,8 +67,6 @@ add_library(video_core STATIC guest_driver.h memory_manager.cpp memory_manager.h - morton.cpp - morton.h query_cache.h rasterizer_accelerated.cpp rasterizer_accelerated.h diff --git a/src/video_core/morton.cpp b/src/video_core/morton.cpp deleted file mode 100644 index e69de29bb..000000000 --- a/src/video_core/morton.cpp +++ /dev/null diff --git a/src/video_core/morton.h b/src/video_core/morton.h deleted file mode 100644 index e69de29bb..000000000 --- a/src/video_core/morton.h +++ /dev/null |