evas/font - removed an unusefull handling.
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 22 Aug 2011 09:39:13 +0000 (09:39 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 22 Aug 2011 09:39:13 +0000 (09:39 +0000)
Thank you TAsn.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62684 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/engines/common/evas_font_default_walk.x

index 56807b8..73d187b 100644 (file)
@@ -22,8 +22,8 @@
 /* Visual walk helper macros */
 #ifdef OT_SUPPORT
 #define _EVAS_FONT_WALK_TEXT_START() \
-        Evas_Font_OT_Info *_ot_itr = (text_props->info) ? \
-           text_props->info->ot + text_props->start : NULL; \
+        Evas_Font_OT_Info *_ot_itr = \
+           text_props->info->ot + text_props->start; \
         for (char_index = 0 ; char_index < text_props->len ; char_index++, _glyph_itr++, _ot_itr++) \
           {
 #else