diff options
author | crupest <crupest@outlook.com> | 2021-09-09 18:00:55 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-09-09 18:00:55 +0800 |
commit | fc8d5e97582310da7bc195df212d847cf2853e36 (patch) | |
tree | 4ebedf4a234926187f4ef3bc9370b57228f50722 /include | |
parent | 74aee8a6308445604b513ab37812ddc99365aa98 (diff) | |
download | cru-fc8d5e97582310da7bc195df212d847cf2853e36.tar.gz cru-fc8d5e97582310da7bc195df212d847cf2853e36.tar.bz2 cru-fc8d5e97582310da7bc195df212d847cf2853e36.zip |
...
Diffstat (limited to 'include')
-rw-r--r-- | include/cru/osx/graphics/quartz/TextLayout.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/cru/osx/graphics/quartz/TextLayout.hpp b/include/cru/osx/graphics/quartz/TextLayout.hpp index 36d5d25b..adcf3b0c 100644 --- a/include/cru/osx/graphics/quartz/TextLayout.hpp +++ b/include/cru/osx/graphics/quartz/TextLayout.hpp @@ -50,6 +50,5 @@ private: int line_count_; std::vector<CGPoint> line_origins_; std::vector<CTLineRef> lines_; - std::vector<std::vector<float>> line_caret_offsets_; }; } // namespace cru::platform::graphics::osx::quartz |