Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic authored Mar 6, 2024
1 parent f18dcfc commit 89ef5ed
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 333 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ include_directories(
${PROJECT_SOURCE_DIR}/shttps
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/local/include
${CMAKE_CURRENT_SOURCE_DIR}/local/include/openjpeg-2.1
/usr/local/include
/opt/homebrew/include
)
Expand Down
27 changes: 0 additions & 27 deletions ext/openjpeg200/CMakeLists.txt

This file was deleted.

1 change: 0 additions & 1 deletion include/SipiImage.h
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,6 @@ class SipiImageError final : public std::exception {
friend class SipiIcc; //!< We need SipiIcc as friend class
friend class SipiIOTiff; //!< I/O class for the TIFF file format
friend class SipiIOJ2k; //!< I/O class for the JPEG2000 file format
//friend class SipiIOOpenJ2k; //!< I/O class for the JPEG2000 file format
friend class SipiIOJpeg; //!< I/O class for the JPEG file format
friend class SipiIOPng; //!< I/O class for the PNG file format
};
Expand Down
75 changes: 0 additions & 75 deletions include/formats/SipiIOOpenJ2k.h

This file was deleted.

1 change: 0 additions & 1 deletion src/SipiImage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ namespace Sipi {

std::unordered_map<std::string, std::shared_ptr<SipiIO> > SipiImage::io = {{"tif", std::make_shared<SipiIOTiff>()},
{"jpx", std::make_shared<SipiIOJ2k>()},
//{"jpx", std::make_shared<SipiIOOpenJ2k>()},
{"jpg", std::make_shared<SipiIOJpeg>()},
{"png", std::make_shared<SipiIOPng>()}};

Expand Down
226 changes: 0 additions & 226 deletions src/formats/SipiIOOpenJ2k.cpp

This file was deleted.

1 change: 0 additions & 1 deletion test/unit/configuration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ include_directories(
${PROJECT_SOURCE_DIR}/include
${PROJECT_SOURCE_DIR}/shttps
${PROJECT_SOURCE_DIR}/local/include
${PROJECT_SOURCE_DIR}/local/include/openjpeg-2.1
${COMMON_INCLUDE_FILES_DIR}
${COMMON_INCLUDE_FILES_DIR}/metadata
${COMMON_INCLUDE_FILES_DIR}/formats
Expand Down
1 change: 0 additions & 1 deletion test/unit/sipiimage/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ include_directories(
${PROJECT_SOURCE_DIR}/include
${PROJECT_SOURCE_DIR}/shttps
${PROJECT_SOURCE_DIR}/local/include
${PROJECT_SOURCE_DIR}/local/include/openjpeg-2.1
${COMMON_INCLUDE_FILES_DIR}
${COMMON_INCLUDE_FILES_DIR}/metadata
${COMMON_INCLUDE_FILES_DIR}/formats
Expand Down

0 comments on commit 89ef5ed

Please sign in to comment.