[Bf-blender-cvs] [650bd84] temp-blf-wordwrap: correct comment

Campbell Barton noreply at git.blender.org
Mon Aug 31 04:13:04 CEST 2015


Commit: 650bd844eb76d760a3294046c47249fce1b8c4fc
Author: Campbell Barton
Date:   Mon Aug 31 12:07:49 2015 +1000
Branches: temp-blf-wordwrap
https://developer.blender.org/rB650bd844eb76d760a3294046c47249fce1b8c4fc

correct comment

===================================================================

M	source/blender/blenfont/intern/blf_font.c

===================================================================

diff --git a/source/blender/blenfont/intern/blf_font.c b/source/blender/blenfont/intern/blf_font.c
index 299ba44..0aef7ac 100644
--- a/source/blender/blenfont/intern/blf_font.c
+++ b/source/blender/blenfont/intern/blf_font.c
@@ -658,8 +658,6 @@ void blf_font_boundbox(FontBLF *font, const char *str, size_t len, rctf *r_box,
  *
  * \note If we want rich text - we better have a higher level API to handle that
  * (color, bold, switching fonts... etc).
- *
- * \return number of lines.
  */
 static void blf_font_wrap_apply(
         FontBLF *font, const char *str, size_t len, struct ResultBLF *r_info,




More information about the Bf-blender-cvs mailing list