Parcourir la source

video_core: Delete morton

moron.h & morton.cpp are not used anywhere and are just empty files
Chloe Marcec il y a 5 ans
Parent
commit
c5f109bc50
3 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      src/video_core/CMakeLists.txt
  2. 0 0
      src/video_core/morton.cpp
  3. 0 0
      src/video_core/morton.h

+ 0 - 2
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

+ 0 - 0
src/video_core/morton.cpp


+ 0 - 0
src/video_core/morton.h