From 841ba5ee5bfeb32bb1194c423a047f98825d26fd Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 11 Nov 2012 21:01:43 +0200 Subject: frontend: move text drawing to libpicofe + some minor fixes --- frontend/plugin_lib.h | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/plugin_lib.h') diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index a96dc4e..a7c48bb 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -28,7 +28,6 @@ extern void *pl_vout_buf; extern int g_layer_x, g_layer_y; extern int g_layer_w, g_layer_h; -void pl_text_out16(int x, int y, const char *texto, ...); void pl_start_watchdog(void); void *pl_prepare_screenshot(int *w, int *h, int *bpp); void pl_init(void); -- cgit v1.2.3