Don't use G_DISABLE_DEPRECATED guards around deprecated functions
[platform/upstream/glib.git] / glib / gunicode.h
index 71ebbba..213b38f 100644 (file)
@@ -558,12 +558,9 @@ void g_unicode_canonical_ordering (gunichar *string,
                                    gsize     len);
 
 
-#ifndef G_DISABLE_DEPRECATED
-/* Deprecated.  Use g_unichar_fully_decompose() */
 GLIB_DEPRECATED
 gunichar *g_unicode_canonical_decomposition (gunichar  ch,
                                              gsize    *result_len) G_GNUC_MALLOC;
-#endif
 
 /* Array of skip-bytes-per-initial character.
  */