blob: ca15ea26c0da8633221aff32dca59f034c299fb5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/modules/text_renderer/freetype/text_layout.c
+++ b/modules/text_renderer/freetype/text_layout.c
@@ -52,7 +52,6 @@
/* RTL */
#if defined(HAVE_FRIBIDI)
-# define FRIBIDI_NO_DEPRECATED 1
# include <fribidi.h>
#endif
|