Revert "Imported Upstream version 1.2.7"
[platform/upstream/harfbuzz.git] / src / hb-buffer-deserialize-text.hh
index d2d8daa..7a46ab2 100644 (file)
@@ -336,8 +336,8 @@ _hb_buffer_deserialize_glyphs_text (hb_buffer_t *buffer,
 
   const char *eof = pe, *tok = NULL;
   int cs;
-  hb_glyph_info_t info = {0};
-  hb_glyph_position_t pos = {0};
+  hb_glyph_info_t info;
+  hb_glyph_position_t pos;
   
 #line 343 "hb-buffer-deserialize-text.hh"
        {