Skip to content

Commit

Permalink
Container.cpp & .h delete (#242)
Browse files Browse the repository at this point in the history
* Remove GetFilesInDirectory()
* Remove BuildFileDirectory
* Remove container.cpp & .h

Not used in the code
  • Loading branch information
Asdow authored Oct 20, 2023
1 parent a47ed9e commit 8f454e2
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 2,423 deletions.
1 change: 0 additions & 1 deletion Ja25Update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include "Animation Cache.h"
#include "Animation Data.h"
#include "Animation Control.h"
#include "container.h"
#include <math.h>
#include "pathai.h"
#include "Random.h"
Expand Down
1 change: 0 additions & 1 deletion Standard Gaming Platform/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ set(SGPSrc
"${CMAKE_CURRENT_SOURCE_DIR}/Button Sound Control.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/Button System.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/Compression.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/Container.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/Cursor Control.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/DEBUG.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/debug_util.cpp"
Expand Down
Loading

0 comments on commit 8f454e2

Please sign in to comment.