Remove excess return
authorBehdad Esfahbod <behdad@behdad.org>
Sun, 9 Dec 2012 23:20:19 +0000 (18:20 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Sun, 9 Dec 2012 23:20:19 +0000 (18:20 -0500)
Oops!

src/hb-uniscribe.cc

index 18b88b2..ba66630 100644 (file)
@@ -217,7 +217,6 @@ LOGFONTW *
 hb_uniscribe_font_get_logfontw (hb_font_t *font)
 {
   if (unlikely (!hb_uniscribe_shaper_font_data_ensure (font))) return NULL;
-    return NULL;
   hb_uniscribe_shaper_font_data_t *font_data =  HB_SHAPER_DATA_GET (font);
   return &font_data->log_font;
 }