Evas textblock: removed unused internal function.
authorTom Hacohen <tom@stosb.com>
Wed, 26 Feb 2014 12:25:08 +0000 (12:25 +0000)
committerTom Hacohen <tom@stosb.com>
Wed, 26 Feb 2014 12:25:08 +0000 (12:25 +0000)
src/lib/evas/canvas/evas_object_textblock.c

index 4297014..0939c85 100644 (file)
@@ -6031,25 +6031,6 @@ evas_textblock_string_escape_get(const char *string, int *len_ret)
 
 /**
  * @internal
- * Appends the escaped char beteewn s and s_end to the curosr
- *
- *
- * @param s the start of the string
- * @param s_end the end of the string.
- */
-static inline void
-_append_escaped_char(Evas_Textblock_Cursor *cur, const char *s,
-      const char *s_end)
-{
-   const char *escape;
-
-   escape = _escaped_char_get(s, s_end);
-   if (escape)
-     evas_textblock_cursor_text_append(cur, escape);
-}
-
-/**
- * @internal
  * prepends the escaped char beteewn s and s_end to the curosr
  *
  *