text: remove load/unload helpers for text-font backends
authorDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 2 Jan 2013 17:14:48 +0000 (18:14 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 2 Jan 2013 17:14:48 +0000 (18:14 +0100)
commit0248318732de2f90128d7cc85a7f14c18cc499a8
treec64d1fed1692411fd28bd2667050a88923e81dab
parent180f25375d1bc0daf047b38b6d90fff3d638f8d9
text: remove load/unload helpers for text-font backends

With modules we no longer need to conditionally load backends. Instead
each module will register the backend with the main application on load.

This will temporarily break pango, freetype2 and unifont backends as they
are not registered until we introduce full module support.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/kmscon_main.c
src/text.h
src/text_font_8x16.c
src/text_font_freetype2.c
src/text_font_pango.c
src/text_font_unifont.c
src/wlt_main.c