Skip to content

Commit

Permalink
remove ImageCache
Browse files Browse the repository at this point in the history
  • Loading branch information
servantftechnicolor committed Sep 24, 2024
1 parent 573a69a commit 19a8355
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 622 deletions.
4 changes: 1 addition & 3 deletions src/aliceVision/image/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(image_files_headers
Rgb.hpp
Sampler.hpp
cache.hpp
ImageCache.hpp
)

# Sources
Expand All @@ -35,7 +34,6 @@ set(image_files_sources
imageAlgo.cpp
jetColorMap.cpp
cache.cpp
ImageCache.cpp
)

alicevision_add_library(aliceVision_image
Expand All @@ -61,4 +59,4 @@ alicevision_add_test(io_test.cpp NAME "image_io" LINKS aliceVi
alicevision_add_test(drawing_test.cpp NAME "image_drawing" LINKS aliceVision_image)
alicevision_add_test(filtering_test.cpp NAME "image_filtering" LINKS aliceVision_image)
alicevision_add_test(resampling_test.cpp NAME "image_resampling" LINKS aliceVision_image)
alicevision_add_test(imageCaching_test.cpp NAME "image_caching" LINKS aliceVision_image)
#alicevision_add_test(imageCaching_test.cpp NAME "image_caching" LINKS aliceVision_image)
152 changes: 0 additions & 152 deletions src/aliceVision/image/ImageCache.cpp

This file was deleted.

Loading

0 comments on commit 19a8355

Please sign in to comment.