Skip to content

Commit 9cdca8d

Browse files
committed
Remove commented-out methods from CziReader.h
Deleted the commented-out methods `StatisticsToJson` and `SubblockInfoToJson` from `CziReader.h` to clean up the codebase and remove unnecessary clutter.
1 parent 1bc34d0 commit 9cdca8d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

MEXlibCZI/src/CziReader.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ class CziReader
5151
std::shared_ptr<libCZI::IDisplaySettings> GetDisplaySettingsFromCzi();
5252
const libCZI::ScalingInfo& GetScalingInfoFromCzi();
5353

54-
/* std::string StatisticsToJson(const libCZI::SubBlockStatistics& statistics);
55-
std::string SubblockInfoToJson(const libCZI::SubBlockInfo& subblockInfo);*/
56-
5754
MexArray* GetMultiChannelScalingTileComposite(const libCZI::IntRect& roi, const libCZI::IDimCoordinate* planeCoordinate, float zoom, const libCZI::IDisplaySettings* displaySettings);
5855
MexArray* GetMultiChannelScalingTileCompositeAllChannelsDisabled(const libCZI::IntRect& roi, float zoom);
5956

0 commit comments

Comments
 (0)