diff options
author | crupest <crupest@outlook.com> | 2018-09-23 17:58:28 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-09-23 17:58:28 +0800 |
commit | 09864c09e519eaa58e3a7269baad7f48e8145f4f (patch) | |
tree | a494ea818ae485c22259d6e9d9f3c04b484c8499 /CruUI/ui/controls/text_block.h | |
parent | 95d54b36044196b7e996a188840ae8b1ef360895 (diff) | |
download | cru-09864c09e519eaa58e3a7269baad7f48e8145f4f.tar.gz cru-09864c09e519eaa58e3a7269baad7f48e8145f4f.tar.bz2 cru-09864c09e519eaa58e3a7269baad7f48e8145f4f.zip |
Move CreateDefaultTextFormat to graph.
Diffstat (limited to 'CruUI/ui/controls/text_block.h')
-rw-r--r-- | CruUI/ui/controls/text_block.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CruUI/ui/controls/text_block.h b/CruUI/ui/controls/text_block.h index a50f5ee9..c87ffc51 100644 --- a/CruUI/ui/controls/text_block.h +++ b/CruUI/ui/controls/text_block.h @@ -93,7 +93,6 @@ namespace cru private: void OnTextChangedCore(const String& old_text, const String& new_text); - void CreateDefaultTextFormat(); void RecreateTextLayout(); private: |