Evas bidi: remove the bidi reverse string, it's old and not needed.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 30 Jan 2011 10:42:28 +0000 (10:42 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 30 Jan 2011 10:42:28 +0000 (10:42 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@56511 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/engines/common/language/evas_bidi_utils.c
src/lib/engines/common/language/evas_bidi_utils.h

index 069deb8..ce924c3 100644 (file)
@@ -339,19 +339,6 @@ error:
 
 /**
  * @internal
- * Reverses the string according to the props
- *
- * @param str the string to reverse.
- */
-void
-evas_bidi_reverse_string(Eina_Unicode *str)
-{
-   eina_unicode_reverse(str);
-}
-
-
-/**
- * @internal
  * Returns the end of the current run of text
  *
  * @param bidi_props the paragraph properties
index aa9ee91..d357be9 100644 (file)
@@ -119,9 +119,6 @@ evas_bidi_end_of_run_get(const Evas_BiDi_Paragraph_Props *bidi_props, size_t sta
 Eina_Bool
 evas_bidi_props_reorder_line(Eina_Unicode *eina_ustr, size_t start, size_t len, const Evas_BiDi_Paragraph_Props *props, EvasBiDiStrIndex **_v_to_l);
 
-void
-evas_bidi_reverse_string(Eina_Unicode *str) EINA_ARG_NONNULL(1);
-
 Evas_BiDi_Paragraph_Props *
 evas_bidi_paragraph_props_get(const Eina_Unicode *eina_ustr) EINA_ARG_NONNULL(1) EINA_MALLOC EINA_WARN_UNUSED_RESULT;