Commit 383a83fe authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Remove Win32text module

parent fb66c939
......@@ -184,6 +184,7 @@ Removed modules
* smooth (use adaptive instead)
* Gnome-VFS access module (i.e. Gnome 2.x)
* QuartText text renderer module (use Freetype instead)
* Win32 GDI text renderer module (use Freetype instead)
Changes between 2.2.0 and 2.2.1:
......
......@@ -63,10 +63,3 @@ libsapi_plugin_la_LIBADD = -lole32
if HAVE_SAPI
text_LTLIBRARIES += libsapi_plugin.la
endif
# Simple GDI renderer
libwin32text_plugin_la_SOURCES = text_renderer/win32text.c
libwin32text_plugin_la_LIBADD = -lgdi32
if HAVE_WIN32
text_LTLIBRARIES += libwin32text_plugin.la
endif
This diff is collapsed.
......@@ -1066,7 +1066,6 @@ modules/text_renderer/nsspeechsynthesizer.m
modules/text_renderer/sapi.cpp
modules/text_renderer/svg.c
modules/text_renderer/tdummy.c
modules/text_renderer/win32text.c
modules/video_chroma/chain.c
modules/video_chroma/cvpx_i420.c
modules/video_chroma/d3d11_surface.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment