Skip to content

Commit

Permalink
Remove unused vector serialization utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed Oct 10, 2024
1 parent 96ed879 commit f4f5a27
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 161 deletions.
2 changes: 0 additions & 2 deletions source/core/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ target_sources(tactile-core
"src/event/tileset_event_handler.cpp"
"src/event/view_event_handler.cpp"
"src/event/viewport_event_handler.cpp"
"src/io/save/vec_serialization.cpp"
"src/io/ini.cpp"
"src/io/texture.cpp"
"src/layer/group_layer.cpp"
Expand Down Expand Up @@ -181,7 +180,6 @@ target_sources(tactile-core
"inc/tactile/core/event/view_events.hpp"
"inc/tactile/core/event/viewport_event_handler.hpp"
"inc/tactile/core/event/viewport_events.hpp"
"inc/tactile/core/io/save/vec_serialization.hpp"
"inc/tactile/core/io/ini.hpp"
"inc/tactile/core/io/texture.hpp"
"inc/tactile/core/layer/group_layer.hpp"
Expand Down
50 changes: 0 additions & 50 deletions source/core/lib/inc/tactile/core/io/save/vec_serialization.hpp

This file was deleted.

109 changes: 0 additions & 109 deletions source/core/lib/src/io/save/vec_serialization.cpp

This file was deleted.

0 comments on commit f4f5a27

Please sign in to comment.