Skip to content

Commit

Permalink
refactor(core): remove unused lights
Browse files Browse the repository at this point in the history
  • Loading branch information
RiscadoA committed Sep 25, 2023
1 parent 84cc9f6 commit 0b9bb84
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 81 deletions.
2 changes: 0 additions & 2 deletions core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ set(CUBOS_CORE_SOURCE
"src/cubos/core/gl/material.cpp"
"src/cubos/core/gl/palette.cpp"
"src/cubos/core/gl/grid.cpp"
"src/cubos/core/gl/light.cpp"
"src/cubos/core/gl/util.cpp"
"src/cubos/core/gl/vertex.cpp"

Expand Down Expand Up @@ -138,7 +137,6 @@ set(CUBOS_CORE_INCLUDE
"include/cubos/core/gl/grid.hpp"
"include/cubos/core/gl/vertex.hpp"
"include/cubos/core/gl/camera.hpp"
"include/cubos/core/gl/light.hpp"
"include/cubos/core/gl/util.hpp"

"include/cubos/core/al/audio_device.hpp"
Expand Down
50 changes: 0 additions & 50 deletions core/include/cubos/core/gl/light.hpp

This file was deleted.

29 changes: 0 additions & 29 deletions core/src/cubos/core/gl/light.cpp

This file was deleted.

0 comments on commit 0b9bb84

Please sign in to comment.